kubernetes-csi / external-provisioner

Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint
Apache License 2.0
338 stars 324 forks source link

CVE-2023-48795: bump golang.org/x/crypto to v0.17.0 #1132

Closed dobsonj closed 9 months ago

dobsonj commented 9 months ago

What type of PR is this? /kind bug

What this PR does / why we need it: fix: CVE-2023-48795

Release note:

fix: CVE-2023-48795
k8s-ci-robot commented 9 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

msau42 commented 9 months ago

/lgtm /approve

k8s-ci-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dobsonj, msau42

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: - ~~[OWNERS](https://github.com/kubernetes-csi/external-provisioner/blob/master/OWNERS)~~ [msau42] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
dobsonj commented 9 months ago

/retest

sunnylovestiramisu commented 9 months ago

/cherry-pick release-3.6

k8s-infra-cherrypick-robot commented 9 months ago

@sunnylovestiramisu: #1132 failed to apply on top of branch "release-3.6":

Applying: CVE-2023-48795: bump golang.org/x/crypto to v0.17.0
Using index info to reconstruct a base tree...
M   go.mod
M   go.sum
M   vendor/golang.org/x/crypto/ssh/handshake.go
M   vendor/golang.org/x/crypto/ssh/server.go
M   vendor/modules.txt
Falling back to patching base and 3-way merge...
Auto-merging vendor/modules.txt
CONFLICT (content): Merge conflict in vendor/modules.txt
Auto-merging vendor/golang.org/x/crypto/ssh/server.go
CONFLICT (content): Merge conflict in vendor/golang.org/x/crypto/ssh/server.go
Auto-merging vendor/golang.org/x/crypto/ssh/handshake.go
Auto-merging go.sum
CONFLICT (content): Merge conflict in go.sum
Auto-merging go.mod
CONFLICT (content): Merge conflict in go.mod
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 CVE-2023-48795: bump golang.org/x/crypto to v0.17.0
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
In response to [this](https://github.com/kubernetes-csi/external-provisioner/pull/1132#issuecomment-1866824386): >/cherry-pick release-3.6 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.