Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CVE-2026-27903: minimatch - DoS via unbounded recursive backtracking in glob patterns
# CVE-2026-27904: minimatch - DoS via catastrophic backtracking in glob expressions
# CVE-2026-29786: tar - Hardlink path traversal via drive-relative linkpath
#
# These vulnerabilities exist in packages bundled within npm itself (not in our application
# dependencies). They cannot be resolved by updating our own package.json — a fix requires
# a new npm release that ships patched versions of minimatch and tar internally.
#
# TODO: Remove these ignores once a fixed version of npm is available and deployed in the
# base image. Track the npm release notes for minimatch >= <fixed-version> and tar >= <fixed-version>.
CVE-2026-27903
CVE-2026-27904
CVE-2026-29786