-
Notifications
You must be signed in to change notification settings - Fork 207
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 <amuraru@adobe.com>
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 <amuraru@adobe.com> Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com>
This reverts commit 53669c1.
* trigger cluster restart via crd field Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * added test cases Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * ran go fmt Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * rolling restart e2e test cases Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * Fix containerd CVE-2021-32760 (#374) See: GHSA-c72p-9xmj-rx3w Signed-off-by: Adi Muraru <amuraru@adobe.com> Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * added unit tests Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * ran go fmt Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * ran go fmt Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * test bugfix Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * test case fix Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * test cases fix Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * fixed test case Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * ran go fmt Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * fixed tests Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * ran go fmt Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * comments Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * removed zk image Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * removed zk image Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * removed a println Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> * review comments Signed-off-by: aparajita.singh <aparajita.singh@flipkart.com> Co-authored-by: aparajita.singh <aparajita.singh@flipkart.com> Co-authored-by: Adrian Muraru <amuraru@adobe.com>
Change log description
See: GHSA-c72p-9xmj-rx3w
Fixes #375