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/exceptions.sol.o.jsonv2

86 lines
3.2 KiB

{
"meta": {},
"issues": [
{
"swcTitle": "Assert Violation",
"swcID": "110",
"description": {
"head": [
"A reachable exception has been detected."
],
"tail": [
"It is possible to trigger an exception (opcode 0xfe). Exceptions can be caused by type errors, division by zero, out-of-bounds array access, or assert violations. Note that explicit `assert()` should only be used to check invariants. Use `require()` for regular input checking."
]
},
"locations": [
{
"sourceMap": "446:1:0"
}
],
"extra": {},
"severity": "Low"
},
{
"severity": "Low",
"extra": {},
"locations": [
{
"sourceMap": "484:1:0"
}
],
"swcID": "110",
"swcTitle": "Assert Violation",
"description": {
"head": [
"A reachable exception has been detected."
],
"tail": [
"It is possible to trigger an exception (opcode 0xfe). Exceptions can be caused by type errors, division by zero, out-of-bounds array access, or assert violations. Note that explicit `assert()` should only be used to check invariants. Use `require()` for regular input checking."
]
}
},
{
"swcTitle": "Assert Violation",
"swcID": "110",
"description": {
"tail": [
"It is possible to trigger an exception (opcode 0xfe). Exceptions can be caused by type errors, division by zero, out-of-bounds array access, or assert violations. Note that explicit `assert()` should only be used to check invariants. Use `require()` for regular input checking."
],
"head": [
"A reachable exception has been detected."
]
},
"locations": [
{
"sourceMap": "506:1:0"
}
],
"extra": {},
"severity": "Low"
},
{
"description": {
"tail": [
"It is possible to trigger an exception (opcode 0xfe). Exceptions can be caused by type errors, division by zero, out-of-bounds array access, or assert violations. Note that explicit `assert()` should only be used to check invariants. Use `require()` for regular input checking."
],
"head": [
"A reachable exception has been detected."
]
},
"swcTitle": "Assert Violation",
"swcID": "110",
"extra": {},
"locations": [
{
"sourceMap": "531:1:0"
}
],
"severity": "Low"
}
],
"sourceList": [
"0x4a773a86bc6fb269f88bf09bb3094de29b6073cf13b1760e9d01d957f50a9dfd"
],
"sourceFormat": "evm-byzantium-bytecode",
"sourceType": "raw-bytecode"
}