chore: upgrade grpc-go to v1.82.1 to address GHSA-hrxh-6v49-42gf#17
Merged
Conversation
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.
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. |
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. |
msukkari
approved these changes
Jul 24, 2026
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>
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.
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
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/grpcfrom v1.80.0 to v1.82.1 to pick up the security fix for GHSA-hrxh-6v49-42gf. No application code changes—onlygo.modandgo.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 ingo.sum.Downstream Sourcebot still needs its
vendor/zoektsubmodule 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.