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.
66 lines
2.4 KiB
66 lines
2.4 KiB
{
|
|
"error": null,
|
|
"issues": [
|
|
{
|
|
"address": 666,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "thisisfine()",
|
|
"max_gas_used": 35963,
|
|
"min_gas_used": 1352,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 784,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "callstoredaddress()",
|
|
"max_gas_used": 36007,
|
|
"min_gas_used": 1396,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 871,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "_function_0xe11f493e",
|
|
"max_gas_used": 61043,
|
|
"min_gas_used": 6432,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 912,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "This contract executes a message call to an address provided as a function argument. Generally, it is not recommended to call user-supplied addresses using Solidity's call() construct. Note that attackers might leverage reentrancy attacks to exploit race conditions or manipulate this contract's state.",
|
|
"function": "calluseraddress(address)",
|
|
"max_gas_used": 616,
|
|
"min_gas_used": 335,
|
|
"swc-id": "107",
|
|
"title": "Message call to external contract",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 918,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "calluseraddress(address)",
|
|
"max_gas_used": 35327,
|
|
"min_gas_used": 1046,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
}
|
|
],
|
|
"success": true
|
|
}
|
|
|