Skip to content

chore: upgrade grpc-go to v1.82.1 to address GHSA-hrxh-6v49-42gf#17

Merged
jsourcebot merged 1 commit into
mainfrom
jack/cve/grpc-go-SOU-1567
Jul 24, 2026
Merged

chore: upgrade grpc-go to v1.82.1 to address GHSA-hrxh-6v49-42gf#17
jsourcebot merged 1 commit into
mainfrom
jack/cve/grpc-go-SOU-1567

Conversation

@jsourcebot

@jsourcebot jsourcebot commented Jul 24, 2026

Copy link
Copy Markdown

Related to SOU-1567

Summary

Upgrades google.golang.org/grpc from v1.80.0 to the patched v1.82.1 release. The Go module solver also advances the required x/oauth2 and split genproto modules.

Only go.mod and go.sum change. Sourcebot must advance its vendor/zoekt submodule after this merges before SOU-1567 is resolved.

Verification

  • go test ./...
  • go build ./...
  • Built zoekt-webserver module metadata reports google.golang.org/grpc v1.82.1

Note

Low Risk
No source changes; risk is limited to runtime behavior of gRPC/OAuth2 clients already used for OTLP and internal RPC, mitigated by tests/build noted in the PR.

Overview
Bumps google.golang.org/grpc from v1.80.0 to v1.82.1 to pick up the security fix for GHSA-hrxh-6v49-42gf. No application code changes—only go.mod and go.sum.

The module resolver also refreshes related pins: golang.org/x/oauth2 (v0.35.0 → v0.36.0), google.golang.org/genproto/googleapis/*, and transitive gRPC stack modules (e.g. cncf/xds, envoyproxy packages) reflected in go.sum.

Downstream Sourcebot still needs its vendor/zoekt submodule updated after merge for SOU-1567 to be fully closed.

Reviewed by Cursor Bugbot for commit 818ec37. Bugbot is set up for automated code reviews on this repo. Configure here.

Upgrade google.golang.org/grpc from v1.80.0 to v1.82.1 to address GHSA-hrxh-6v49-42gf. go mod tidy also advances the required x/oauth2 and genproto modules.
@jsourcebot

Copy link
Copy Markdown
Author

All substantive checks pass, including the full Go suite, fuzzing, and CodeQL. Semgrep fails before analysis because the workflow is missing the token required to check out sourcegraph/security-semgrep-rules; this is unrelated to the go.mod/go.sum-only change and matches the prior Zoekt security PR behavior.

@jsourcebot

Copy link
Copy Markdown
Author

@brendan-kellam could you please review and merge this security dependency bump? Jack does not have permission to merge under the current protection rules. All substantive checks pass; the only failure is the pre-existing GH_SEMGREP_SAST_TOKEN checkout issue also present on merged PR #16. Once this lands, I will advance Sourcebot's vendor/zoekt pointer to complete SOU-1567.

@jsourcebot
jsourcebot merged commit 0e0e62b into main Jul 24, 2026
15 of 18 checks passed
@jsourcebot
jsourcebot deleted the jack/cve/grpc-go-SOU-1567 branch July 24, 2026 03:03
jsourcebot added a commit to sourcebot-dev/sourcebot that referenced this pull request Jul 24, 2026
* chore: bump zoekt submodule for gRPC security fix

Advance vendor/zoekt to sourcebot-dev/zoekt#17, upgrading google.golang.org/grpc from v1.80.0 to v1.82.1 to address GHSA-hrxh-6v49-42gf.

* docs: add changelog entry for Zoekt gRPC upgrade

---------

Co-authored-by: Jack Minnetian <270441393+BlueBottleLatte@users.noreply.github.com>
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.

2 participants