Skip to content

fix: update google.golang.org/grpc to v1.82.1 - #27925

Open
denisra wants to merge 1 commit into
release/2.35from
denis/ent-143-grpc-1.82.1
Open

fix: update google.golang.org/grpc to v1.82.1#27925
denisra wants to merge 1 commit into
release/2.35from
denis/ent-143-grpc-1.82.1

Conversation

@denisra

@denisra denisra commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

What

Updates google.golang.org/grpc from v1.81.1v1.82.1 on release/2.35.

Why

IronBank's scan of Coder v2.35.3 flagged google.golang.org/grpc v1.81.1 as 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) and v2.36.0 (v1.82.1) already carry the fix — this is the backport to release/2.35. The matching release/2.34 backport is tracked separately (ENT-144).

Change

  • go.mod: google.golang.org/grpc v1.81.1v1.82.1
  • go.sum: grpc hash lines only

No transitive fan-out — release/2.35 already had the x/net / protobuf / x/sys / x/text versions grpc 1.82.1 requires.

Validation (local; golangci-lint at the CI-pinned v1.64.8)

  • go build ./... — clean
  • go vet ./tailnet/... ./codersdk/... — clean
  • golangci-lint run (full repo) — 0 issues
  • go run ./scripts/intxcheck ./... — clean
  • go mod tidy stable; go mod verify OK

DB-backed test suites (make test-postgres) will run in CI.

Linear: ENT-143

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.
@linear-code

linear-code Bot commented Aug 6, 2026

Copy link
Copy Markdown

ENT-143

@denisra denisra changed the title fix: update google.golang.org/grpc to v1.82.1 (GHSA-hrxh-6v49-42gf) fix: update google.golang.org/grpc to v1.82.1 Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant