-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CVE: Fix path traversal in CRI-O log handling #8968
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sohankunkerkar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Sohan Kunkerkar <[email protected]>
Signed-off-by: Sohan Kunkerkar <[email protected]>
d8ac061 to
0b6a04b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8968 +/- ##
=======================================
Coverage 47.46% 47.46%
=======================================
Files 154 154
Lines 23112 23112
=======================================
+ Hits 10970 10971 +1
+ Misses 11071 11070 -1
Partials 1071 1071 |
|
/retest thank you! |
|
/retest |
|
/cherry-pick release-1.32 |
|
@sohankunkerkar: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
|
@sohankunkerkar: #8968 failed to apply on top of branch "release-1.32": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This fixes the CRI-O path traversal vulnerability in log handling functions that allows arbitrary unmounting.
What type of PR is this?
/kind other
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?