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.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"error": null,
|
|
"issues": [
|
|
{
|
|
"address": 567,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The subtraction can result in an integer underflow.\n",
|
|
"function": "sendeth(address,uint256)",
|
|
"swc-id": "101",
|
|
"min_gas_used": 750,
|
|
"max_gas_used": 1035,
|
|
"title": "Integer Underflow",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 649,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The subtraction can result in an integer underflow.\n",
|
|
"function": "sendeth(address,uint256)",
|
|
"swc-id": "101",
|
|
"min_gas_used": 1283,
|
|
"max_gas_used": 1758,
|
|
"title": "Integer Underflow",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 725,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "This binary add operation can result in integer overflow.\n",
|
|
"function": "sendeth(address,uint256)",
|
|
"swc-id": "101",
|
|
"min_gas_used": 6806,
|
|
"max_gas_used": 27471,
|
|
"title": "Integer Overflow",
|
|
"type": "Warning"
|
|
}
|
|
],
|
|
"success": true
|
|
}
|
|
|