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.7 KiB
42 lines
1.7 KiB
[
|
|
{
|
|
"issues": [
|
|
{
|
|
"description": {
|
|
"head": "The binary subtraction can underflow.",
|
|
"tail": "The operands of the subtraction operation are not sufficiently constrained. The subtraction could therefore result in an integer underflow. Prevent the underflow by checking inputs or ensure sure that the underflow is caught by an assertion."
|
|
},
|
|
"extra": {},
|
|
"locations": [
|
|
{
|
|
"sourceMap": "567:1:0"
|
|
}
|
|
],
|
|
"severity": "High",
|
|
"swcID": "SWC-101",
|
|
"swcTitle": "Integer Overflow and Underflow"
|
|
},
|
|
{
|
|
"description": {
|
|
"head": "The binary subtraction can underflow.",
|
|
"tail": "The operands of the subtraction operation are not sufficiently constrained. The subtraction could therefore result in an integer underflow. Prevent the underflow by checking inputs or ensure sure that the underflow is caught by an assertion."
|
|
},
|
|
"extra": {},
|
|
"locations": [
|
|
{
|
|
"sourceMap": "649:1:0"
|
|
}
|
|
],
|
|
"severity": "High",
|
|
"swcID": "SWC-101",
|
|
"swcTitle": "Integer Overflow and Underflow"
|
|
}
|
|
],
|
|
"meta": {},
|
|
"sourceFormat": "evm-byzantium-bytecode",
|
|
"sourceList": [
|
|
"0xabef56740bf7795a9f8732e4781ebd27f2977f8a4997e3ff11cee79a4ba6c0ce"
|
|
],
|
|
"sourceType": "raw-bytecode"
|
|
}
|
|
] |