mirror of https://github.com/crytic/slither
commit
6322e201f6
@ -1,16 +1,16 @@ |
||||
[ |
||||
{ |
||||
"pragma": [ |
||||
"0.4.21" |
||||
], |
||||
"sourceMapping": [ |
||||
"check": "solc-version", |
||||
"expressions": [ |
||||
{ |
||||
"expression": "0.4.21", |
||||
"source_mapping": { |
||||
"filename": "old_solc.sol", |
||||
"length": 23, |
||||
"lines": [], |
||||
"start": 0 |
||||
} |
||||
], |
||||
"vuln": "OldPragma" |
||||
} |
||||
] |
||||
} |
||||
] |
@ -1,29 +1,52 @@ |
||||
[ |
||||
{ |
||||
"contract": "User", |
||||
"check": "unused-return", |
||||
"expressions": [ |
||||
"a.add(0)", |
||||
"t.f()" |
||||
], |
||||
{ |
||||
"expression": "a.add(0)", |
||||
"source_mapping": { |
||||
"filename": "tests/unused_return.sol", |
||||
"sourceMapping": [ |
||||
"length": 8, |
||||
"lines": [ |
||||
22 |
||||
], |
||||
"start": 337 |
||||
} |
||||
}, |
||||
{ |
||||
"expression": "t.f()", |
||||
"source_mapping": { |
||||
"filename": "tests/unused_return.sol", |
||||
"length": 5, |
||||
"lines": [ |
||||
18 |
||||
], |
||||
"start": 263 |
||||
}, |
||||
{ |
||||
} |
||||
} |
||||
], |
||||
"function": { |
||||
"name": "test", |
||||
"source_mapping": { |
||||
"filename": "tests/unused_return.sol", |
||||
"length": 8, |
||||
"length": 347, |
||||
"lines": [ |
||||
22 |
||||
17, |
||||
18, |
||||
19, |
||||
20, |
||||
21, |
||||
22, |
||||
23, |
||||
24, |
||||
25, |
||||
26, |
||||
27, |
||||
28, |
||||
29 |
||||
], |
||||
"start": 337 |
||||
"start": 230 |
||||
} |
||||
} |
||||
], |
||||
"vuln": "UnusedReturn" |
||||
} |
||||
] |
Loading…
Reference in new issue