Patch libgnutls30 and suppress new Go stdlib CVEs in ci-tools#136
Merged
lex57ukr merged 2 commits intoMay 25, 2026
Conversation
A fresh trivy scan after the dependency refresh surfaced five CRITICAL/HIGH libgnutls30 CVEs (all fixed in Debian 12 deb12u7) and five new HIGH-severity Go stdlib CVEs affecting actionlint, shfmt, and yq. Force the libgnutls30 upgrade by listing it in the explicit apt install list so the build pulls deb12u7+ from Debian mirrors directly. The Go stdlib CVEs require upstream rebuilds on Go >= 1.25.10 or 1.26.3 and are suppressed in .trivyignore with per-entry tracking notes; the header is updated to include yq. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clear the ci-tools CVE-monitor alert by fixing five CRITICAL/HIGH libgnutls30 vulnerabilities in-image and suppressing five new HIGH-severity Go stdlib CVEs that require upstream rebuilds. After this change
make scanreports zero HIGH/CRITICAL findings against the locally built image.Related Issues
Fixes #130
Refs #96
Refs #135
Changes
libgnutls30 >= 3.7.9-2+deb12u7by listing it in the explicit apt install list, fixing CVE-2026-33845, CVE-2026-42010, CVE-2026-33846, CVE-2026-3833, and CVE-2026-42009.trivyignoreheader to reflect yq's Go 1.26.2 buildlibgnutlsto the cspell dictionaryFurther Comments
The libgnutls30 explicit install is a temporary safety net — #135 tracks removing it once
node:26-bookworm-slimshipslibgnutls30 >= 3.7.9-2+deb12u7. The Go stdlib suppressions clear automatically once actionlint, shfmt, and yq ship builds on Go >= 1.25.10 or 1.26.3 (tracked in #96).