mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
890 B
30 lines
890 B
{
|
|
"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
|
|
}
|
|
|