mirror of https://github.com/ConsenSys/mythril
parent
14888bf542
commit
dc098ee1bc
@ -1 +1,30 @@ |
|||||||
{"error": null, "issues": [{"address": 722, "contract": "Unknown", "debug": "<DEBUG-DATA>", "description": "Arbitrary senders other than the contract creator can withdraw ETH from the contract account without previously having sent an equivalent amount of ETH to it. This is likely to be a vulnerability.", "function": "withdrawfunds()", "max_gas_used": 1749, "min_gas_used": 1138, "swc-id": "105", "title": "Ether thief", "type": "Warning"}, {"address": 883, "contract": "Unknown", "debug": "<DEBUG-DATA>", "description": "This binary add operation can result in integer overflow.\n", "function": "invest()", "max_gas_used": 1856, "min_gas_used": 1571, "swc-id": "101", "title": "Integer Overflow", "type": "Warning"}], "success": true} |
{ |
||||||
|
"error": null, |
||||||
|
"issues": [ |
||||||
|
{ |
||||||
|
"address": 722, |
||||||
|
"contract": "Unknown", |
||||||
|
"debug": "<DEBUG-DATA>", |
||||||
|
"description": "Arbitrary senders other than the contract creator can withdraw ETH from the contract account without previously having sent an equivalent amount of ETH to it. This is likely to be a vulnerability.", |
||||||
|
"function": "withdrawfunds()", |
||||||
|
"max_gas_used": 1749, |
||||||
|
"min_gas_used": 1138, |
||||||
|
"swc-id": "105", |
||||||
|
"title": "Ether thief", |
||||||
|
"type": "Warning" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"address": 883, |
||||||
|
"contract": "Unknown", |
||||||
|
"debug": "<DEBUG-DATA>", |
||||||
|
"description": "This binary add operation can result in integer overflow.\n", |
||||||
|
"function": "invest()", |
||||||
|
"max_gas_used": 1856, |
||||||
|
"min_gas_used": 1571, |
||||||
|
"swc-id": "101", |
||||||
|
"title": "Integer Overflow", |
||||||
|
"type": "Warning" |
||||||
|
} |
||||||
|
], |
||||||
|
"success": true |
||||||
|
} |
||||||
|
Loading…
Reference in new issue