-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fix containerd CVE-2021-32760 #374
Conversation
See: GHSA-c72p-9xmj-rx3w Signed-off-by: Adi Muraru <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #374 +/- ##
=======================================
Coverage 85.87% 85.87%
=======================================
Files 11 11
Lines 1558 1558
=======================================
Hits 1338 1338
Misses 147 147
Partials 73 73 Continue to review full report at Codecov.
|
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.
LGTM
See: GHSA-c72p-9xmj-rx3w Signed-off-by: Adi Muraru <[email protected]> Signed-off-by: aparajita.singh <[email protected]>
This reverts commit 53669c1.
* trigger cluster restart via crd field Signed-off-by: aparajita.singh <[email protected]> * added test cases Signed-off-by: aparajita.singh <[email protected]> * ran go fmt Signed-off-by: aparajita.singh <[email protected]> * rolling restart e2e test cases Signed-off-by: aparajita.singh <[email protected]> * Fix containerd CVE-2021-32760 (#374) See: GHSA-c72p-9xmj-rx3w Signed-off-by: Adi Muraru <[email protected]> Signed-off-by: aparajita.singh <[email protected]> * added unit tests Signed-off-by: aparajita.singh <[email protected]> * ran go fmt Signed-off-by: aparajita.singh <[email protected]> * ran go fmt Signed-off-by: aparajita.singh <[email protected]> * test bugfix Signed-off-by: aparajita.singh <[email protected]> * test case fix Signed-off-by: aparajita.singh <[email protected]> * test cases fix Signed-off-by: aparajita.singh <[email protected]> * fixed test case Signed-off-by: aparajita.singh <[email protected]> * ran go fmt Signed-off-by: aparajita.singh <[email protected]> * fixed tests Signed-off-by: aparajita.singh <[email protected]> * ran go fmt Signed-off-by: aparajita.singh <[email protected]> * comments Signed-off-by: aparajita.singh <[email protected]> * removed zk image Signed-off-by: aparajita.singh <[email protected]> * removed zk image Signed-off-by: aparajita.singh <[email protected]> * removed a println Signed-off-by: aparajita.singh <[email protected]> * review comments Signed-off-by: aparajita.singh <[email protected]> Co-authored-by: aparajita.singh <[email protected]> Co-authored-by: Adrian Muraru <[email protected]>
Change log description
See: GHSA-c72p-9xmj-rx3w
Fixes #375