build: bump grpc to v1.82.1 to clear GO-2026-6061 - #41
Merged
Conversation
govulncheck fails CI on GO-2026-6061, a reachable vulnerability in the xDS RBAC authorization engine and HTTP/2 transport server in google.golang.org/grpc v1.80.0, fixed in v1.82.1. It is reached through pkg/keystore/crypto.go, whose init path eventually reaches transport.NewHTTP2Client. No code change is involved. CI last ran green on main on 2026-07-17 and govulncheck queries a live vulnerability database, so this started failing without any commit to the repository, and it fails every open PR.
anishnar
approved these changes
Jul 28, 2026
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.
govulncheckfails CI on every open PR. It is not caused by any of them.What changed
Bumps
google.golang.org/grpcfrom v1.80.0 to v1.82.1 (go getplusgo mod tidy, which also pulls minor bumps togolang.org/x/oauth2and twogenprotomodules). No source changes.Why
GO-2026-6061 is a reachable vulnerability in the xDS RBAC authorization engine and the HTTP/2 transport server in grpc, fixed in v1.82.1. govulncheck traces it through
pkg/keystore/crypto.go, whose package init eventually reachestransport.NewHTTP2Client.CI last ran green on
mainon 2026-07-17, and govulncheck resolves against a live vulnerability database, so this began failing with no commit to the repo. Same shape as the earlierfix/go-1.25.12-stdlib-vulnfix.Verification
govulncheck ./...locally goes from "affected by 1 vulnerability" to "No vulnerabilities found".gofmt -lclean,go build ./...and fullgo test ./...green.Note
#39 and #40 are red on this alone. They need a rebase on
mainonce this merges.