You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- main.rs: Use clap ValueEnum for --format to reject invalid values
at parse time instead of silently defaulting to cyclonedx
- scanner.rs: Dedup keeps highest-confidence finding per location
using HashMap instead of first-seen HashSet
- scanner.rs: pattern_applies now checks extensionless manifest
filenames (Gemfile, Podfile, etc.) not just file extensions
- Analyze.hs: Distinguish scanner failure from empty results in
CBOM output and FIPS report (log warning on failure instead of
misleading "no findings" message)
- ScanSummary.hs: Pass warnings through on successful crypto scan
instead of always showing plain success
- FipsReport.hs: Dedupe by (name, parameter_set) instead of name
only, so RSA-2048 and RSA-1024 are counted separately
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments