v0.0.26
What's Changed
- Experimental: Auditor mode by @alexroan in #405
- Bump version to 0.0.26 by @alexroan in #409
- Optimize layout order detector by @TilakMaddy in #407
- Feature: Detector - Unsafe casting by @alexroan in #410
- remove debt from previous merge by @alexroan in #411
- Refactor/auditor mode (To be able to handle multiple contexts later) by @TilakMaddy in #419
- Feature: SARIF support by @alexroan in #412
- Remove Unused bot_reports by @alexroan in #435
- Remove judgeops by @alexroan in #436
- Tech debt: Reports folder by @alexroan in #437
- Debt: Remove layout order detector by @alexroan in #438
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