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/solc_version_incorrect.solc...

7 lines
608 B

INFO:Detectors:
Detected issues with version pragma in :
- pragma solidity^0.4.23 (tests/solc_version_incorrect.sol#2): it allows old versions
- pragma solidity>=0.4.0<0.6.0 (tests/solc_version_incorrect.sol#3): it allows old versions
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#incorrect-version-of-solidity
INFO:Slither:/home/travis/build/crytic/slither/scripts/../tests/expected_json/solc_version_incorrect.solc-version.json exists already, the overwrite is prevented
INFO:Slither:tests/solc_version_incorrect.sol analyzed (1 contracts), 1 result(s) found