Skip to content

Commit eec0e19

Browse files
committed
chore(env): update CVE exclusions for security compliance
1 parent 4e0c231 commit eec0e19

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/env/90-project.env

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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)
164164
MAGE_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
176171
GITLEAKS_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

0 commit comments

Comments
 (0)