Skip to content

Commit 539938e

Browse files
chore: ignore CVE-2026-41305 (postcss build-time XSS) in Trivy (#1288)
postcss is a build-time-only dependency; we do not stringify untrusted CSS ASTs at runtime, so the </style> stringify XSS is not exploitable. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 07a5bb1 commit 539938e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.trivyignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Trivy vulnerability ignore file
2+
# Docs: https://trivy.dev/latest/docs/configuration/filtering/#by-finding-ids
3+
# Auto-detected by Trivy in the repo root (see trivy.yaml / .github/workflows/vulnerability-triage.yml).
4+
# Each entry should note why it is suppressed.
5+
6+
# CVE-2026-41305 — PostCSS XSS via unescaped </style> in CSS stringify output.
7+
# postcss is a build-time-only dependency here (Tailwind/Next CSS tooling); we do
8+
# not stringify untrusted CSS ASTs at runtime, so this is not exploitable.
9+
# @see https://github.com/vercel/next.js/issues/93234#issuecomment-4333397286
10+
CVE-2026-41305

0 commit comments

Comments
 (0)