0.4.0 - 2018-12-14
This release brings 4 new detectors, improves the support for Solidity >=0.5, and fixes several minor issues.
Thanks to our external contributors!
@adamhos
@mattaereal
@mihairaulea
Added
- New detectors:
shadowing-state: Detect state variables shadowedshadowing-abstract: Detect state variables shadowed from abstract contractstimestamp: Detect dangerous usage ofblock.timestampcalls-loop: Detect dangerous calls inside a loop
--trufle-version versionflag: Allow to install and run a local version of truffle (#105)slither --truffle-version truffle@beta .: Run truffle with Solidity 0.5slither --truffle-version truffle@4.1.14 .: Run truffle with Solidity 0.4