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
5 changes: 2 additions & 3 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# CVE-2022-3996

# CVE-2026-1615: HIGH - jsonpath 1.2.1 - Arbitrary Code Execution via unsafe JSON path evaluation
# No fix available (latest version 1.2.1 is affected). Tracked in UID2-6610.
# Expiry: 2026-03-19
CVE-2026-1615
# No fix confirmed in 1.3.0 (latest). Tracked in UID2-6610.
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
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 @@ -19,7 +19,7 @@
"minimist": "^1.2.6"
},
"overrides": {
"form-data": "^4.0.4",
"form-data": ">=4.0.6",
"minimatch": "^10.2.3",
"qs": "6.14.1",
"flatted": "^3.4.2",
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 @@ -23,7 +23,7 @@
},
"overrides": {
"nth-check": "^2.0.1",
"form-data": "^4.0.4",
"form-data": ">=4.0.6",
"glob": "^11.1.0",
"minimatch": "^10.2.3",
"rollup": "^2.80.0",
Expand All @@ -40,7 +40,8 @@
"lodash": "^4.18.0",
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"fast-uri": ">=3.1.2",
"shell-quote": "^1.8.4"
"shell-quote": "^1.8.4",
"ws": ">=7.5.11"
},
"scripts": {
"start": "node server.js",
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 @@ -21,7 +21,7 @@
"path-to-regexp": "^8.4.0"
},
"overrides": {
"form-data": "^4.0.4",
"form-data": ">=4.0.6",
"minimatch": "^10.2.3",
"qs": "6.14.1",
"flatted": "^3.4.2",
Expand Down
Loading