Skip to content

Commit 7393947

Browse files
fix(security): ignore Node bundled brace-expansion and ip-address CVEs
Trivy flags CVE-2026-69152 and CVE-2026-69192 in npm shipped with the pinned Node dist; openapi-tools already clean. Ignore until a Node/npm release ships the fixed versions. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1f745c6 commit 7393947

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.trivyignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ CVE-2026-26960 exp:2026-08-19
2828
# Node.js bundled deps (sigstore, undici in official node dist)
2929
CVE-2026-48815 exp:2026-08-19
3030
CVE-2026-12151 exp:2026-08-19
31-
# npm deps bundled by the pinned node dist (brace-expansion, js-yaml, tar).
32-
# NODE_VERSION is already the latest 24.x; fixes need a new node release.
31+
# npm deps bundled by the pinned node dist (brace-expansion, js-yaml, tar, ip-address).
32+
# NODE_VERSION 24.x still ships these; fixes need a new node/npm release.
3333
CVE-2026-13149 exp:2026-08-19
3434
CVE-2026-14257 exp:2026-08-19
3535
CVE-2026-59869 exp:2026-08-19
3636
CVE-2026-59873 exp:2026-08-19
3737
CVE-2026-59874 exp:2026-08-19
38+
CVE-2026-69152 exp:2026-09-19
39+
CVE-2026-69192 exp:2026-09-19
3840
#
3941
# .NET (Runner.Plugins / Runner.Sdk deps)
4042
CVE-2024-38095 exp:2026-08-19

0 commit comments

Comments
 (0)