-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NET-6138] security: Bump google.golang.org/grpc
to 1.56.3 (CVE-2023-44487)
#19414
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-note:security | ||
Upgrade `google.golang.org/grpc` to 1.56.3. | ||
This resolves vulnerability [CVE-2023-44487](https://nvd.nist.gov/vuln/detail/CVE-2023-44487). | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ require ( | |
github.com/coredns/coredns v1.10.1 | ||
github.com/coreos/go-oidc v2.1.0+incompatible | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/envoyproxy/go-control-plane v0.11.0 | ||
github.com/envoyproxy/go-control-plane v0.11.1 | ||
github.com/envoyproxy/go-control-plane/xdsmatcher v0.0.0-20230524161521-aaaacbfbe53e | ||
github.com/fatih/color v1.14.1 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
|
@@ -112,12 +112,12 @@ require ( | |
golang.org/x/crypto v0.14.0 | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/oauth2 v0.6.0 | ||
golang.org/x/oauth2 v0.7.0 | ||
golang.org/x/sync v0.3.0 | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/time v0.3.0 | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 | ||
google.golang.org/grpc v1.55.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e | ||
google.golang.org/grpc v1.56.3 | ||
google.golang.org/protobuf v1.30.0 | ||
gopkg.in/square/go-jose.v2 v2.5.1 | ||
gotest.tools/v3 v3.4.0 | ||
|
@@ -128,7 +128,7 @@ require ( | |
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.19.0 // indirect | ||
cloud.google.com/go/compute v1.19.1 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v0.13.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect | ||
|
@@ -159,7 +159,7 @@ require ( | |
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect | ||
github.com/circonus-labs/circonusllhist v0.1.3 // indirect | ||
github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195 // indirect | ||
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect | ||
github.com/coreos/etcd v3.3.27+incompatible // indirect | ||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect | ||
github.com/coreos/pkg v0.0.0-20220810130054-c7d1c02cb6cf // indirect | ||
|
@@ -169,7 +169,7 @@ require ( | |
github.com/digitalocean/godo v1.10.0 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/emicklei/go-restful/v3 v3.10.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.10.0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.1 // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Per https://github.com/bufbuild/protoc-gen-validate/releases/tag/v1.0.0, there should be no breaking changes between |
||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
|
@@ -233,7 +233,7 @@ require ( | |
github.com/posener/complete v1.2.3 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/common v0.39.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect | ||
|
@@ -267,6 +267,8 @@ require ( | |
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect | ||
google.golang.org/api v0.114.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.66.2 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This swap for
genproto
was brought in by the pinning ofgithub.com/envoyproxy/go-control-plane
tov0.11.1
. That pin was motivated bygoogle.golang.org/grpc
bringing it tov0.11.1-0.20230524094728-9239064ad72f
during the initial bump; pinning within the same patch line is preferable to a SHA dep.