Skip to content

Commit 81a54fa

Browse files
committed
fix(security): ignore new upstream Node and .NET advisories
Trivy DB refresh surfaced advisories in npm deps bundled by the pinned node dist and in Microsoft.NETCore.App.Runtime shipped by actions-runner. NODE_VERSION and RUNNER_VERSION are both already latest, so neither has a fix available here.
1 parent cd67d20 commit 81a54fa

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.trivyignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,23 @@ CVE-2026-26960 exp:2026-08-19
2222
# Node.js bundled deps (sigstore, undici in official node dist)
2323
CVE-2026-48815 exp:2026-08-19
2424
CVE-2026-12151 exp:2026-08-19
25+
# npm deps bundled by the pinned node dist (brace-expansion, js-yaml, tar).
26+
# NODE_VERSION is already the latest 24.x; fixes need a new node release.
27+
CVE-2026-13149 exp:2026-08-19
28+
CVE-2026-14257 exp:2026-08-19
29+
CVE-2026-59869 exp:2026-08-19
30+
CVE-2026-59873 exp:2026-08-19
31+
CVE-2026-59874 exp:2026-08-19
2532
#
2633
# .NET (Runner.Plugins / Runner.Sdk deps)
2734
CVE-2024-38095 exp:2026-08-19
35+
# Microsoft.NETCore.App.Runtime 8.0.28 shipped by actions-runner; RUNNER_VERSION
36+
# is already the latest, so clearing these needs an upstream runner rebuild.
37+
CVE-2026-47302 exp:2026-08-19
38+
CVE-2026-50524 exp:2026-08-19
39+
CVE-2026-50528 exp:2026-08-19
40+
CVE-2026-50651 exp:2026-08-19
41+
CVE-2026-57108 exp:2026-08-19
2842
#
2943
# Go binaries (containerd, containerd-shim-runc-v2, docker-buildx – stdlib)
3044
CVE-2025-68121 exp:2026-08-19

0 commit comments

Comments
 (0)