mirror of https://github.com/ConsenSys/mythril
parent
df7d5c799f
commit
ed5354297a
@ -1,31 +1,40 @@ |
||||
{ |
||||
"issues": [{ |
||||
"issues": [ |
||||
{ |
||||
"description": { |
||||
"head": "The subtraction can underflow.", |
||||
"tail": "The binary subtraction operation can result in an integer underflow.\n" |
||||
"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": [{ |
||||
"locations": [ |
||||
{ |
||||
"sourceMap": "567:1:0" |
||||
}], |
||||
} |
||||
], |
||||
"severity": "High", |
||||
"swcID": "SWC-101", |
||||
"swcTitle": "Integer Overflow and Underflow" |
||||
}, { |
||||
}, |
||||
{ |
||||
"description": { |
||||
"head": "The subtraction can underflow.", |
||||
"tail": "The binary subtraction operation can result in an integer underflow.\n" |
||||
"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": [{ |
||||
"locations": [ |
||||
{ |
||||
"sourceMap": "649:1:0" |
||||
}], |
||||
} |
||||
], |
||||
"severity": "High", |
||||
"swcID": "SWC-101", |
||||
"swcTitle": "Integer Overflow and Underflow" |
||||
}], |
||||
} |
||||
], |
||||
"meta": {}, |
||||
"sourceFormat": "evm-byzantium-bytecode", |
||||
"sourceList": ["0xf230bec502569e8b7e7737616d0ad0f200c436624e3c223e5398c0615cd2d6b9"], |
||||
"sourceList": [ |
||||
"0xf230bec502569e8b7e7737616d0ad0f200c436624e3c223e5398c0615cd2d6b9" |
||||
], |
||||
"sourceType": "raw-bytecode" |
||||
} |
@ -1,31 +1,40 @@ |
||||
{ |
||||
"issues": [{ |
||||
"issues": [ |
||||
{ |
||||
"description": { |
||||
"head": ["The subtraction can underflow."], |
||||
"tail": ["The binary subtraction operation can result in an integer underflow.\n"] |
||||
"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": [{ |
||||
"locations": [ |
||||
{ |
||||
"sourceMap": "567:1:0" |
||||
}], |
||||
} |
||||
], |
||||
"severity": "High", |
||||
"swcID": "101", |
||||
"swcID": "SWC-101", |
||||
"swcTitle": "Integer Overflow and Underflow" |
||||
}, { |
||||
}, |
||||
{ |
||||
"description": { |
||||
"head": ["The subtraction can underflow."], |
||||
"tail": ["The binary subtraction operation can result in an integer underflow.\n"] |
||||
"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": [{ |
||||
"locations": [ |
||||
{ |
||||
"sourceMap": "649:1:0" |
||||
}], |
||||
} |
||||
], |
||||
"severity": "High", |
||||
"swcID": "101", |
||||
"swcID": "SWC-101", |
||||
"swcTitle": "Integer Overflow and Underflow" |
||||
}], |
||||
} |
||||
], |
||||
"meta": {}, |
||||
"sourceFormat": "evm-byzantium-bytecode", |
||||
"sourceList": ["0xabef56740bf7795a9f8732e4781ebd27f2977f8a4997e3ff11cee79a4ba6c0ce"], |
||||
"sourceList": [ |
||||
"0xabef56740bf7795a9f8732e4781ebd27f2977f8a4997e3ff11cee79a4ba6c0ce" |
||||
], |
||||
"sourceType": "raw-bytecode" |
||||
} |
Loading…
Reference in new issue