Skip to content

v0.0.26

Compare
Choose a tag to compare
@alexroan alexroan released this 13 May 12:57
· 231 commits to dev since this release
305209a

What's Changed

Release Notes:

  • Experimental auditor mode
    • Instead of running issue detectors, it runs a separate set of auditor detectors that output tips like "Attack Surface" described in #349.
    • Invoked with --auditor-mode
  • Detectors:
    • REMOVE: Wrong layout order detector
    • NEW: Unsafe Casting detector
  • SARIF file output support
  • Tech debt:
    • Remove judgeops
    • Cleanup stale bot_reports
    • Move test reports to a reports/ folder

Full Changelog: v0.0.25...v0.0.26