Skip to content

Commit 508487d

Browse files
committed
fix(security): ignore new Go/.NET CVEs and pin js-yaml 4.3.1
Trivy failed Release on HIGH findings: js-yaml GHSA-5p4m-2wfm-xmqj in the OpenAPI npm tree, .NET 8.0.28 in the runner base, and Go stdlib/go-git in pinned CLIs. Override js-yaml; ignore the rest until upstream rebuilds.
1 parent 831b051 commit 508487d

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.trivyignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,25 @@ CVE-2026-46597 exp:2026-08-19
135135
CVE-2026-53488 exp:2026-08-19
136136
CVE-2026-53489 exp:2026-08-19
137137
CVE-2026-53492 exp:2026-08-19
138+
#
139+
# js-yaml quadratic !!omap (GHSA-5p4m-2wfm-xmqj). openapi-tools overrides 4.3.1;
140+
# ignore covers any leftover package.json that still declares 4.3.0.
141+
CVE-2026-59870 exp:2026-09-19
142+
GHSA-5p4m-2wfm-xmqj exp:2026-09-19
143+
#
144+
# Microsoft.NETCore.App.Runtime 8.0.28 in actions-runner 2.336.0 (already latest).
145+
CVE-2026-62901 exp:2026-09-19
146+
#
147+
# Go stdlib 1.26.6 / x/net 0.56.0 — base containerd/docker/runc and pinned CLIs
148+
# still built with older Go. Drop when upstream rebuilds land.
149+
CVE-2026-33818 exp:2026-09-19
150+
CVE-2026-46600 exp:2026-09-19
151+
CVE-2026-56853 exp:2026-09-19
152+
CVE-2026-56858 exp:2026-09-19
153+
CVE-2026-56859 exp:2026-09-19
154+
CVE-2026-56860 exp:2026-09-19
155+
CVE-2026-56862 exp:2026-09-19
156+
#
157+
# go-git symlink write (CVE-2026-71556). Fixed in go-git 5.19.2; pinned argo /
158+
# chainloop / pack / syft / grype still vendor 5.19.1. Drop on those bumps.
159+
CVE-2026-71556 exp:2026-09-19

openapi-tools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"overrides": {
66
"flatted": "3.4.2",
77
"handlebars": "4.7.9",
8+
"js-yaml": "4.3.1",
89
"lodash": "4.18.0",
910
"node-forge": "1.4.0",
1011
"sigstore": "4.1.1",

0 commit comments

Comments
 (0)