File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,11 +163,6 @@ MAGE_X_FUZZ_MIN_TIMEOUT=120s
163163# Maximum timeout cap (aligns with MAGE_X_TEST_TIMEOUT to prevent runaway tests)
164164MAGE_X_FUZZ_MAX_TIMEOUT = 30m
165165
166- # GO-2026-4514: buger/jsonparser Delete function is never called by go-broadcast
167- # (wk8/go-ordered-map only uses ObjectEach - govulncheck exits 0 locally)
168- # No fix available upstream; this is an import-level finding, not symbol-level
169- MAGE_X_CVE_EXCLUDES = GO-2026-4514
170-
171166# ================================================================================================
172167# 🔒 SECURITY OVERRIDES
173168# ================================================================================================
@@ -176,7 +171,7 @@ MAGE_X_CVE_EXCLUDES=GO-2026-4514
176171GITLEAKS_CONFIG_FILE = .github/.gitleaks.toml
177172
178173# Nancy CVE Exclusions (known acceptable vulnerabilities)
179- NANCY_EXCLUDES = CVE-2026-32285
174+ NANCY_EXCLUDES = CVE-2026-32285,CVE-2026-34986
180175
181176# Govulncheck/Magex CVE Exclusions
182- MAGE_X_CVE_EXCLUDES = CVE-2026-32285
177+ MAGE_X_CVE_EXCLUDES = CVE-2026-32285,GO-2026-4514
You can’t perform that action at this time.
0 commit comments