Skip to content

Commit 421f85b

Browse files
committed
chore(security): ignore remaining inherited Go CVEs
Track unresolved base/runtime Go vulnerabilities in .trivyignore with expiry so Trivy results stay focused on actionable issues until upstream fixes are available. Made-with: Cursor
1 parent 8d1e350 commit 421f85b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.trivyignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,16 @@ CVE-2025-66626 exp:2026-08-19
5353
CVE-2025-68156 exp:2026-08-19
5454
CVE-2026-23960 exp:2026-08-19
5555
CVE-2026-27112 exp:2026-08-19
56+
#
57+
# Remaining Go-related CVEs from current Trivy report (base/runtime binaries).
58+
# These are tracked temporarily until upstream runner/base/toolchain refreshes.
59+
CVE-2026-33186 exp:2026-08-19
60+
CVE-2026-25679 exp:2026-08-19
61+
CVE-2026-32280 exp:2026-08-19
62+
CVE-2026-32282 exp:2026-08-19
63+
CVE-2026-34986 exp:2026-08-19
64+
CVE-2026-39883 exp:2026-08-19
65+
CVE-2026-34040 exp:2026-08-19
66+
CVE-2026-33747 exp:2026-08-19
67+
CVE-2026-33748 exp:2026-08-19
68+
CVE-2025-15558 exp:2026-08-19

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
* **security:** ignore remaining inherited Go CVEs in `.trivyignore` (expires 2026-08-19) to keep scans actionable until upstream runner/toolchain updates land
8+
79
### Fixed
810

911
## [1.0.9](https://github.com/DeerHide/python-github-runner/compare/v1.0.8...v1.0.9) (2026-04-17)

0 commit comments

Comments
 (0)