-
Notifications
You must be signed in to change notification settings - Fork 4k
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
cluster-autoscaler: update otelgrpc to v0.46.0 for SVM #6279
Comments
this seems to do the trick:
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
We're largely dependent on this being resolved upstream as it's a dependency we pull in when vendoring k/k: kubernetes/kubernetes#121842 In addition, my reading of this is that we're at low/no risk of it being exploited as we only use the UnaryServerInterceptor in the externalgrpc cloudprovider implementation, and we don't appear to have a metrics pipeline configured for it? Or am I missing something? |
just our vuln scanner complaining and I would like to shut it up :D |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The vulnerability autoscaler/cluster-autoscaler/go.mod Line 171 in c8e4721
PR which resolved this issue: #7066 |
closing this issue, please reopen if there is any concern. /close |
@Shubham82: Closing this issue. In 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. |
https://nvd.nist.gov/vuln/detail/CVE-2023-47108
Which component are you using?:
cluster-autoscaler
What version of the component are you using?:
master
updating to 0.45 works, but 0.46 breaks the build
The text was updated successfully, but these errors were encountered: