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
Taint-aware demotion engine: pattern-only findings with no taint trace
are now demoted from HIGH/CRITICAL to MEDIUM at most. CWE-617/200/532
(code-quality rules) are always LOW. CWE-798 (hardcoded secrets) is exempt.
_HARDCODED_DEMOTE_CWES and _NO_TRACE_DEMOTE_CWES constants
in CLI post-processing pipeline
Changed
HIGH/CRITICAL precision: 0% → 19.1% across 43 repos
Findings/file: 3.1 → 1.7 (default filter)
CWE-617 (silent exceptions) severity: HIGH → LOW
CWE-117 (log injection) without user input: CRITICAL → LOW
CWE-89/78/1188/352/601 without taint trace: HIGH → MEDIUM