v0.0.8
- Python bindings generator.
- JSON report file when
-o <FILE_NAME>
has a.json
suffix. - Markdown report features:
- Code snippets in the report, display the code that is detected by a detector.
- ctrl+click links in the report to open up the exact file and line where the issue occurs.
- Bug fix: Handle multiple build-info files in hardhat mode.
- Detector: Low: Solc v0.8.20 introduces PUSH0 opcode, which not all EVM chains support.