Static Analyzer for Solidity
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.
slither/tests/expected_json/unchecked_send-0.5.1.unchec...

7 lines
522 B

INFO:Detectors:
MyConc.bad (tests/unchecked_send-0.5.1.sol#2-4) does not use the value returned by send calls:
-dst.send(msg.value) (tests/unchecked_send-0.5.1.sol#3)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#unchecked-send
6 years ago
INFO:Slither:/home/travis/build/crytic/slither/scripts/../tests/expected_json/unchecked_send-0.5.1.unchecked-send.json exists already, the overwrite is prevented
INFO:Slither:tests/unchecked_send-0.5.1.sol analyzed (1 contracts), 1 result(s) found