Uh oh!
There was an error while loading. Please reload this page.
chore: upgrade google.golang.org/grpc to v1.83.1 (CVE-2026-84304) - #24
Open
claude[bot] wants to merge 1 commit into
Open
chore: upgrade google.golang.org/grpc to v1.83.1 (CVE-2026-84304)#24claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
Addresses CVE-2026-84304 (gRPC-Go heap memory exhaustion via HTTP/2 DATA frame fragmentation), patched in google.golang.org/grpc v1.83.1.
jsourcebotforce-pushed
the
cve/grpc-1.83.1
branch
from
September 4, 2026 06:18
39741d4 to
e38c76bComparejsourcebot
approved these changes
Sep 4, 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 freeto 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-2120
Summary
Upgrades
google.golang.org/grpcfrom v1.83.0 to v1.83.1 to remediate CVE-2026-84304.Current
mainalready contains the overlapping OpenTelemetry and gRPC v1.83.0 dependency updates from #25. Rebasing this change onto that commit leaves the minimal resolution: the direct gRPC requirement and its matching checksums advance to v1.83.1, with no source changes or transitive dependency churn.Verification
go mod verifygo mod why -m google.golang.org/grpcgo list -m google.golang.org/grpc→v1.83.1go mod graphcontains no gRPC v1.82 referencesgo test ./...(includinginternal/e2e)go build -o <temporary-output>/ ./cmd/...zoekt-sourcegraph-indexserverandzoekt-webserverbinaries contain gRPC v1.83.1 and OpenTelemetry v1.45.0go vet ./...reports only pre-existing source findings (unkeyed test literals and a lock-copy warning), unrelated to this dependency-only change