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
Users can acknowledge known-benign findings in config.json Suppressions array. Pattern wildcards via -like. Count shown in summary box and CI JSON.
Made-with: Cursor
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [0.4.4] - 2026-03-15
8
+
9
+
### Added
10
+
-**Finding suppression system** -- `Suppressions` array in config lets users acknowledge known-benign findings by title pattern (wildcard `-like` matching). Suppressed count appears in summary box and CI JSON output.
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Copied from `config/config.example.json`. Controls:
78
78
- Optional API keys: VirusTotal (`VirusTotalAPIKey`), AbuseIPDB (`AbuseIPDBKey`)
79
79
- Suspicious parent→child process rules
80
80
- Per-module tuning parameters
81
+
-`Suppressions`: array of `{ pattern, reason }` objects. Findings whose Title matches a pattern (wildcard via `-like`) are silently dropped before storing or printing. A `$script:SuppressedCount` counter tracks how many were suppressed; the count appears in the summary box and CI JSON output (`suppressed` key).
81
82
82
83
`config/config.json` is gitignored to keep API keys local.
0 commit comments