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