Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit f0e2868

Browse files
committed
bump google.golang.org/grpc v1.23.0
full diff: grpc/grpc-go@v1.20.1...v1.23.0 This update contains security fixes: - transport: block reading frames when too many transport control frames are queued (grpc/grpc-go#2970) - Addresses CVE-2019-9512 (Ping Flood), CVE-2019-9514 (Reset Flood), and CVE-2019-9515 (Settings Flood). Other changes can be found in the release notes: https://github.com/grpc/grpc-go/releases/tag/v1.23.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit f1cd79976a9acabbafd8a053f1bcb4581e43b7a8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 5772636dc6526cb00085e2b61c3c71117940d83c Component: engine
1 parent 175fd8d commit f0e2868

36 files changed

Lines changed: 1216 additions & 534 deletions

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ github.com/opencontainers/go-digest 279bed98673dd5bef374d3b6e4b0
7373
# get go-zfs packages
7474
github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
7575

76-
google.golang.org/grpc 25c4f928eaa6d96443009bd842389fb4fa48664e # v1.20.1
76+
google.golang.org/grpc 6eaf6f47437a6b4e2153a190160ef39a92c7eceb # v1.23.0
7777

7878
# The version of runc should match the version that is used by the containerd
7979
# version that is used. If you need to update runc, open a pull request in

components/engine/vendor/google.golang.org/grpc/README.md

Lines changed: 65 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/balancer.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/balancer/balancer.go

Lines changed: 35 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/balancer/base/balancer.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/google.golang.org/grpc/balancer_conn_wrappers.go

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)