chore: ignore CVE-2026-41305 (postcss build-time XSS) in Trivy#1288
Conversation
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>
|
@brendan-kellam your pull request is missing a changelog! |
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds a ChangesSecurity Configuration - CVE Suppression
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes SOU-995
Suppresses CVE-2026-41305 (PostCSS XSS via unescaped
</style>in CSS stringify output) via a root.trivyignore, auto-detected by Trivy in the vulnerability-triage workflow.postcssis a build-time-only dependency (Tailwind/Next CSS tooling); we never stringify untrusted CSS ASTs at runtime, so the vulnerability is not exploitable in Sourcebot.This supersedes #1285, which fixed the same CVE by forcing
postcsspastnext@16.2.6's pin of8.4.31via a qualifiedresolutionsoverride. Ignoring avoids overriding Next's pinned transitive dependency.🤖 Generated with Claude Code
Summary by CodeRabbit