bump google.golang.org/grpc v1.23.0 (CVE-2019-9512, CVE-2019-9514, CVE-2019-9515)#3581
bump google.golang.org/grpc v1.23.0 (CVE-2019-9512, CVE-2019-9514, CVE-2019-9515)#3581fuweid merged 2 commits intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
|
Fails with (and many more similar failures) Error is coming from ttrpc; containerd/vendor/github.com/containerd/ttrpc/client.go Lines 137 to 139 in 3ad49a2 |
|
Possible suspects;
First one looks to be the most plausible cause (at a quick glance) |
There was a problem hiding this comment.
Quick hack to see if it's indeed in situations where there was no error (thus status being nil)
There was a problem hiding this comment.
Ah, booh; I think CI overwrites local changes in the vendor step, because I still get the same error
INFO[0000] start to pull seed image
1404--- FAIL: TestClientTTRPC_Reconnect (0.00s)
1405 client_ttrpc_test.go:56: assertion failed: error is not nil: no status provided on response
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3581 +/- ##
==========================================
- Coverage 42.26% 37.23% -5.04%
==========================================
Files 126 84 -42
Lines 13881 11564 -2317
==========================================
- Hits 5867 4306 -1561
+ Misses 7128 6658 -470
+ Partials 886 600 -286
Continue to review full report at Codecov.
|
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>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
containerd/ttrpc#46 was merged; revendored, and removed "WIP" 🤞 |
|
Build succeeded.
|
|
LGTM |
|
@thaJeztah thanks! |
|
@yulianedyalkova see #3587 for release/1.2 plans; and of course 1.3.0 is coming soon as well. |
full diff: grpc/grpc-go@v1.20.1...v1.23.0
This update contains security fixes:
Other changes can be found in the release notes:
https://github.com/grpc/grpc-go/releases/tag/v1.23.0