Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
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.
mythril/tests/testdata/outputs_expected/overflow.sol.o.jsonv2

67 lines
1.9 KiB

{
"sourceType": "raw-bytecode",
"issues": [
{
"severity": "High",
"extra": {},
"swcID": "101",
"swcTitle": "Integer Overflow and Underflow",
"locations": [
{
"sourceMap": "567:1:0"
}
],
"description": {
"tail": [
"The binary subtraction operation can result in an integer overflow.\n"
],
"head": [
"The subtraction can overflow."
]
}
},
{
"description": {
"head": [
"The subtraction can underflow."
],
"tail": [
"The binary subtraction operation can result in an integer underflow.\n"
]
},
"swcTitle": "Integer Overflow and Underflow",
"locations": [
{
"sourceMap": "567:1:0"
}
],
"severity": "High",
"extra": {},
"swcID": "101"
},
{
"extra": {},
"swcID": "101",
"severity": "High",
"locations": [
{
"sourceMap": "649:1:0"
}
],
"swcTitle": "Integer Overflow and Underflow",
"description": {
"tail": [
"The binary subtraction operation can result in an integer underflow.\n"
],
"head": [
"The subtraction can underflow."
]
}
}
],
"sourceList": [
"0xf230bec502569e8b7e7737616d0ad0f200c436624e3c223e5398c0615cd2d6b9"
],
"sourceFormat": "evm-byzantium-bytecode",
"meta": {}
}