fix: update google.golang.org/grpc to v1.82.1 - #27928
Open
denisra wants to merge 1 commit into
Open
Conversation
google.golang.org/grpc v1.81.1 is vulnerable to GHSA-hrxh-6v49-42gf (GO-2026-6061, HTTP/2 Rapid Reset DoS), flagged by the IronBank scan of Coder v2.35.3; release/2.34 ships the same version. Fixed in v1.82.1 (matches v2.36.0 and main). Also pulls the minimal indirect bumps grpc 1.82.1 requires on this branch (genproto/googleapis/api, opentelemetry gcp detectors). Linear: ENT-144.
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.34.Why
google.golang.org/grpc v1.81.1is 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 isn't used by Coder). Flagged by the IronBank scan of Coder v2.35.3;release/2.34ships the same vulnerable version. Fixed in v1.82.1 (matchesv2.36.0;mainis on v1.83.0).Companion to #27925 (the
release/2.35backport).Change
go.mod:google.golang.org/grpc v1.81.1→v1.82.1(direct), plus the minimal indirect bumps grpc 1.82.1 requires on this branch:google.golang.org/genproto/googleapis/api20260319 → 20260414GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.31.0 → v1.32.0go.opentelemetry.io/contrib/detectors/gcpv1.42.0 → v1.43.0go.sum: corresponding hashes(These three indirect bumps weren't needed on the 2.35 backport because that branch already had newer pins; on 2.34 they're pulled up by grpc 1.82.1's minimum-version requirements. All
// indirect, allgo mod verify-clean.)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 suites (
make test-postgres) run in CI.Linear: ENT-144