v0.8.1
0.8.1 - 2021-08-16
This release adds the SARIF support, which allows Slither to report issues through Github code scanning app. The github action will be released soon. In addition, the release brings many small issues and improvements to the detectors and tools.
We would like to thank our external contributors:
Added
- Sarif support (#918).
slither-check-erc
add ERC1155 support (34a4ae1)- Slither Rekt list (a2c5714)
- More type hints (#906)
Changed
slither-check-upgradeability
: improve heuristics to detect init functions (#853)is_protected
heuristic (#855)- Improve Abiencoderv2 detector (#848)
- Multiple minor improvements in #856
- Trophies.md list
- Remove
crytic.io
notice (889d537) - Use
crytic-compile@0.2.1
, which adds BSC support, and fixes multiple bugs