fix: update google.golang.org/grpc to v1.82.1 - #27925
Open
denisra wants to merge 1 commit into
Open
Conversation
IronBank's scan of v2.35.3 flagged google.golang.org/grpc v1.81.1 (GHSA-hrxh-6v49-42gf / GO-2026-6061, HTTP/2 Rapid Reset DoS). Fixed in v1.82.1; matches v2.36.0 and main. Backport to release/2.35. Linear: ENT-143.
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.
What
Updates
google.golang.org/grpcfromv1.81.1→v1.82.1onrelease/2.35.Why
IronBank's scan of Coder v2.35.3 flagged
google.golang.org/grpc v1.81.1as vulnerable to GHSA-hrxh-6v49-42gf (GO-2026-6061). The relevant exposure is the HTTP/2 Rapid Reset-style DoS; the xDS RBAC auth-bypass half of the advisory is not used by Coder. Fixed in v1.82.1.main(v1.83.0) andv2.36.0(v1.82.1) already carry the fix — this is the backport torelease/2.35. The matchingrelease/2.34backport is tracked separately (ENT-144).Change
go.mod:google.golang.org/grpc v1.81.1→v1.82.1go.sum: grpc hash lines onlyNo transitive fan-out —
release/2.35already had thex/net/protobuf/x/sys/x/textversions grpc 1.82.1 requires.Validation (local;
golangci-lintat the CI-pinned v1.64.8)go build ./...— cleango vet ./tailnet/... ./codersdk/...— cleangolangci-lint run(full repo) — 0 issuesgo run ./scripts/intxcheck ./...— cleango mod tidystable;go mod verifyOKDB-backed test suites (
make test-postgres) will run in CI.Linear: ENT-143