[fix][sec] Upgrade grpc in pulsar-function-go to 1.82.1 to fix GHSA-hrxh-6v49-42gf - #26235
Merged
Merged
Conversation
nodece
approved these changes
Jul 24, 2026
dao-jun
approved these changes
Jul 24, 2026
lhotari
added a commit
that referenced
this pull request
Aug 4, 2026
…rxh-6v49-42gf (#26235) (cherry picked from commit 8aab815)
lhotari
added a commit
that referenced
this pull request
Aug 4, 2026
…rxh-6v49-42gf (#26235) (cherry picked from commit 8aab815)
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Aug 28, 2026
…rxh-6v49-42gf (apache#26235) (cherry picked from commit 8aab815)
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.
Motivation
The Go Functions runtime module
pulsar-function-godepends ongoogle.golang.org/grpcv1.79.3, which is affected by GHSA-hrxh-6v49-42gf ("gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities", high severity). All gRPC-Go versions below 1.82.1 are affected.The
pulsar-function-go/examplesmodule was already updated to gRPC 1.82.1 by Dependabot in #26231; this PR applies the same upgrade to the mainpulsar-function-gomodule.Modifications
google.golang.org/grpcfrom v1.79.3 to v1.82.1 (the first patched version for GHSA-hrxh-6v49-42gf) inpulsar-function-go/go.modgoogle.golang.org/protobufv1.36.10 → v1.36.11,golang.org/x/oauth2v0.34.0 → v0.36.0, and a newergoogle.golang.org/genproto/googleapis/rpcsnapshotgo.sumaccordinglyVerifying this change
This change is already covered by existing tests: the
pulsar-function-gotests run in CI. Verified locally withgo build ./...,go mod verify, andgo mod tidy -diff(no drift).Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes