chore: fix govulncheck CI failures — bump toolchain to go1.26.2#330
Merged
Conversation
Four standard-library vulnerabilities (GO-2026-4947, GO-2026-4946, GO-2026-4870, GO-2026-4866) in crypto/x509 and crypto/tls are fixed by upgrading the toolchain from go1.26.1 to go1.26.2. Two remaining Docker daemon-side vulnerabilities (GO-2026-4887, GO-2026-4883) have no upstream fix available (docker/[email protected] is the latest release). govulncheck has no native ignore flag, so the CI step now runs govulncheck in JSON mode and suppresses only these two known false-positives, failing on anything unexpected. Also adds a CLAUDE.md note to keep go.mod, the devcontainer image tag, and the govulncheck suppression list in sync on future toolchain bumps. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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
toolchainfromgo1.26.1togo1.26.2, fixing 4 reachable stdlib vulnerabilities incrypto/x509(GO-2026-4947, GO-2026-4946, GO-2026-4866) andcrypto/tls(GO-2026-4870)docker/[email protected]; the CIgovulncheckstep now runs in JSON mode and suppresses only these two known false-positives, failing on anything unexpectedCLAUDE.mdnote to keepgo.mod, the devcontainer image tag, and the govulncheck suppression list in sync on future toolchain bumpsTest Plan
govulncheckCI job passes (was previously failing with exit 3)go test,golangci-lint,go vet, build)🤖 Generated with Claude Code