mirror of https://github.com/crytic/slither
fix: detect selfdestruct in internal calls (#2232)
* fix: detect selfdestruct in internal calls * update snapshotpull/2285/head
parent
28a921ec5d
commit
4454b3e34a
@ -1,2 +1,4 @@ |
||||
C.i_am_a_backdoor2(address) (tests/e2e/detectors/test_data/suicidal/0.7.6/suicidal.sol#8-10) allows anyone to destruct the contract |
||||
|
||||
C.i_am_a_backdoor() (tests/e2e/detectors/test_data/suicidal/0.7.6/suicidal.sol#4-6) allows anyone to destruct the contract |
||||
|
||||
|
Binary file not shown.
Loading…
Reference in new issue