mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix keys for bugs.json.
This commit is contained in:
parent
b976d53e87
commit
794a390c34
@ -1,13 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name": "ConstantOptimizerSubtraction",
|
||||
"short": "In some situations, the optimizer replaces certain numbers in the code with routines that compute different numbers.",
|
||||
"long": "The optimizer tries to represent any number in the bytecode by routines that compute them with less gas. For some special numbers, an incorrect routine is generated. This could allow an attacker to e.g. trick victims about a specific amount of ether, or function calls to call different functions (or none at all).",
|
||||
"link": "",
|
||||
"introduced": "0.0.0",
|
||||
"summary": "In some situations, the optimizer replaces certain numbers in the code with routines that compute different numbers.",
|
||||
"description": "The optimizer tries to represent any number in the bytecode by routines that compute them with less gas. For some special numbers, an incorrect routine is generated. This could allow an attacker to e.g. trick victims about a specific amount of ether, or function calls to call different functions (or none at all).",
|
||||
"link": "https://blog.ethereum.org/2017/04/24/solidity-optimizer-bug/",
|
||||
"fixed": "0.4.11",
|
||||
"severity": "low",
|
||||
"check": {
|
||||
"conditions": {
|
||||
"optimizer": true
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user