Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ CVE-2026-1615 exp:2026-09-16
# zlib contrib/untgz demo utility buffer overflow - not exploitable; Alpine does not ship the untgz binary.
# See: UID2-6704
CVE-2026-22184 exp:2026-09-09

# GHSA-2p49-hgcm-8545 (HIGH) - svgo removeScripts plugin leaves some executable scripts intact.
# svgo is build-time-only tooling here: it optimizes the examples' own (trusted) SVG assets at
# build time and is never run against untrusted input, so it is not reachable at runtime. The
# app-level svgo (3.x) and postcss-svgo (2.x) could be bumped, but a third copy is svgo 1.3.2
# bundled inside react-scripts@5's @svgr/webpack@5.5.0, which has NO in-major fix (fixed only in
# 2.8.3+); forcing it across the major breaks the create-react-app build. Suppressing until
# react-scripts is upgraded/removed. See: UID2-7555 (fix precedent UID2-6698)
GHSA-2p49-hgcm-8545 exp:2026-08-23

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"picomatch": "^2.3.2",
"lodash": "^4.18.0",
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"fast-uri": ">=3.1.2",
"fast-uri": "^3.1.4",
"shell-quote": "1.9.0",
"ws": ">=7.5.11",
"websocket-driver": "^0.7.5",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"picomatch": "^2.3.2",
"lodash": "^4.18.0",
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"fast-uri": ">=3.1.2",
"fast-uri": "^3.1.4",
"shell-quote": "1.9.0",
"ws": ">=7.5.11",
"websocket-driver": "^0.7.5",
Expand Down