Bump google.golang.org/grpc to v1.79.3 - #656
Merged
Merged
Conversation
Fixes GHSA-p77j-4mvh-x3m3: authorization bypass in gRPC-Go via a missing leading slash in the HTTP/2 :path pseudo-header. Patched in grpc-go v1.79.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
andrewstillv15
approved these changes
Jul 8, 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.
Bumps google.golang.org/grpc from 1.78.0 to 1.79.3.
Release notes: https://github.com/grpc/grpc-go/releases
Security fixes
This upgrade patches 1 CVE across the 1.79.x series.
1.79.3
:pathpseudo-header — malformed:pathvalues could bypass path-based "deny" rules in interceptors likegrpc/authz. Requests with non-canonical paths are now rejected immediately withUnimplemented. (#8981)Other changes
1.79.2
1.79.1
-devsuffix from the User-Agent header (#8902)1.79.0
mem.SetDefaultBufferPool(#8806);MetricsRecorderimplementations must embedUnimplementedMetricsRecorder(#8780)balancer/weightedtargetnow handles onlyEndpointsin resolver updates (#8841)AsyncMetricReporter/RegisterAsyncReporter(#8780); weighted random shuffling of endpoints inpickfirst, on by default, toggle withGRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING(#8864);:authorityrewriting inxdsper gRFC A81 (#8779); newrandom_subsettingLB policy per gRFC A68 (#8650)credentials/tls(#8726); fix delayed failover inxds/prioritywhen a higher-priority cluster is stuck connecting (#8813); health checks now work with legacyWithDecompressor/RPCDecompressor(#8765); HTTP/2 server no longer skips header size checks when terminating a stream early (#8769); propagate status detail headers when terminating during request header processing (#8754)credentials/alts(#8791); improved buffer pooling inmem(#8784); reduced slice re-allocations intransport(#8797)go mod tidyalso pulled the transitivego.opentelemetry.io/otel*deps forward from v1.38.0 to v1.39.0.🤖 Generated with Claude Code