-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Bump otel and other dependencies for CVE-2023-45142 #121338
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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/test-infra repository. |
/lgtm |
LGTM label has been added. Git tree hash: 35aa7b870861e579e81eafbae6cecc86247024e7
|
/approve |
/retest |
@dims: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
@@ -1,27 +0,0 @@ | |||
module k8s.io/kms/plugins/mock | |||
|
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.
Why this is removed?
pull-kubernetes-e2e-kind-kms
failed for this package?
https://prow.k8s.io/pr-history/?org=kubernetes&repo=kubernetes&pr=121338
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.
oof... sorry I missed that
@dims mind opening a PR to add them back?
/remove-sig api-machinery |
Do we have any plan addressing this CVE to other release versions v1.26-v1.28 as well? |
my understanding is that the CVE is in code we don't link or build, so does not impact Kubernetes at all, and the CVE is a false positive (for Kubernetes) reported by scanners. From the description of this PR:
|
@liggitt Appreciate your responding. Yeah I was thinking we could ignore this CVE as well, but this PR get merged to v1.29 Release which made me considering merging this to other release versions. |
@jerryhe1999 also addressed in the commit message
|
it was merged to master before 1.29.0 was cut, which is the only reason it was automatically included in 1.29 |
So we start off here from the advisory:
GHSA-rcjv-mgp8-qvmr
This looks like the PR where it was fixed:
open-telemetry/opentelemetry-go-contrib#4277
Good news is the files/methods in question in the PR are NOT in our vendor/ directory. Though the advisory claims
affected program has to use otelhttp.NewHandler wrapper
(which we do have reference of! here) we do not have/use otelhttp metrics related code. So we are not affected AFAICT.Here's the output from
govulncheck
:So the ONLY reason to land this would be to silence scanners going forward (yuck!). We definitely should NOT be backporting this to stable branches.
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
NOTE: THIS set of dependency updates is NOT eligible for cherry-picks, so please don't propose one.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: