Skip to content

Commit dd141dd

Browse files
authored
UID2-7619: suppress CVE-2026-69152 in .trivyignore (#203)
* UID2-7619: suppress CVE-2026-69152 in .trivyignore (exp 2026-09-06) unknown package is present but not reachable from this service — see UID2-7619 for the impact assessment. Reachability alone determines suppress-vs-fix. * extend suppression window to 3 months (exp 2026-11-06)
1 parent 18fbd98 commit dd141dd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.trivyignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ CVE-2026-26996 exp:2027-02-20
3535
#
3636
# Expires: 2027-02-20 — revisit when eslint-plugin-import or ESLint is upgraded.
3737
CVE-2026-14257 exp:2027-02-20
38+
39+
# CVE-2026-69152 — brace-expansion (npm, transitive via minimatch) (HIGH).
40+
# Not exploitable here: yarn.lock brace-expansion 1.1.16/2.1.2/5.0.7 all via devDependencies
41+
# (eslint-plugin-import->minimatch@3, jest/eslint tooling, nodemon->minimatch@10); existing
42+
# .trivyignore documents devDependency-only, not runtime-reachable
43+
# See: UID2-7619
44+
CVE-2026-69152 exp:2026-11-06

0 commit comments

Comments
 (0)