-
Notifications
You must be signed in to change notification settings - Fork 55
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 otelgrpc from 0.44.0 to 0.46.0 #174
Bump otelgrpc from 0.44.0 to 0.46.0 #174
Conversation
This fixes CVE-2023-47108 Signed-off-by: black-dragon74 <[email protected]>
Welcome @black-dragon74! |
Hi @black-dragon74. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@black-dragon74 can you please add release notes as well? /assign @jsafrane @xing-yang |
/lgtm |
Sure :) |
csi-lib-utils v0.18.0 uses otelgrpc v0.44.0 a pr to update the affected package to v0.46.0 is open at: kubernetes-csi/csi-lib-utils#174 manually pin the version to v0.46.0, until that pr is merged Signed-off-by: black-dragon74 <[email protected]>
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: black-dragon74, xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
csi-lib-utils v0.18.0 uses otelgrpc v0.44.0 a pr to update the affected package to v0.46.0 is open at: kubernetes-csi/csi-lib-utils#174 manually pin the version to v0.46.0, until that pr is merged Signed-off-by: black-dragon74 <[email protected]>
csi-lib-utils v0.18.0 uses otelgrpc v0.44.0 a pr to update the affected package to v0.46.0 is open at: kubernetes-csi/csi-lib-utils#174 manually pin the version to v0.46.0, until that pr is merged Signed-off-by: black-dragon74 <[email protected]>
csi-lib-utils v0.18.0 uses otelgrpc v0.44.0 a pr to update the affected package to v0.46.0 is open at: kubernetes-csi/csi-lib-utils#174 manually pin the version to v0.46.0, until that pr is merged Signed-off-by: black-dragon74 <[email protected]>
This fixes CVE-2023-47108
/kind cleanup
What this PR does / why we need it:
cis-lib-utils uses
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.44.0
which is affected by CVE-2023-47108. This patch upgrades the said dependency to 0.46.0, which has the patch for the said vuln.Does this PR introduce a user-facing change?: