Skip to content

v0.0.8

Compare
Choose a tag to compare
@alexroan alexroan released this 13 Dec 12:39
· 396 commits to dev since this release
ab94621
  • 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.