chore: bump grpc and otel to patch GHSA alerts#12
Merged
Conversation
- google.golang.org/grpc 1.75.0 -> 1.80.0 (addresses GHSA critical #11: authorization bypass via missing leading slash in :path). - go.opentelemetry.io/otel* 1.42.0/1.33.0 -> 1.43.0 (addresses sourcegraph#15 high: BSD kenv PATH hijack, and sourcegraph#14 medium: unbounded OTLP HTTP response body). Fixes Dependabot alerts 11, 14, 15 on sourcebot-dev/zoekt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
msukkari
added a commit
to sourcebot-dev/sourcebot
that referenced
this pull request
Apr 21, 2026
Picks up sourcebot-dev/zoekt#12 which addresses Dependabot alerts #11 (grpc critical), #14 (otel medium), and #15 (otel high). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 21, 2026
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.
Summary
Resolves Dependabot alerts #11, sourcegraph#14, sourcegraph#15:
google.golang.org/grpc1.75.0 → 1.80.0 (GHSA for #11: critical — authorization bypass via missing leading slash in:path; patched in 1.79.3).go.opentelemetry.io/otel*1.42.0 / 1.33.0 → 1.43.0 (covers high Follow up on post-merge review of performance work on sharded searcher sourcegraph/zoekt#15: BSD kenv PATH hijacking, and medium Improve performance of sharded search when using RepoSets sourcegraph/zoekt#14: OTLP HTTP exporters read unbounded response bodies).Alerts #12, #13, sourcegraph#16 were already resolved by #11 (the go-git 5.18.0 bump).
Test plan
go build ./...passes.go test -count=1 -shortpasses acrossgitindex,index,query,search,web, andgrpc/*.