-
Notifications
You must be signed in to change notification settings - Fork 803
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
Update golang.org/x/crypto for CVE-2022-27191 #1210
Conversation
/assign @wongma7 |
/assign gtxu |
Hi @jsafrane , thank you for the contribution. This PR need modify, we are awaiting it for merge. |
/retest |
golang.org/x/crypto/ssh server can crash in certain conditions. This CSI driver most probably does not run any ssh server, but update the package to a safe version to be 100% sure and prevent dumb dep scanning tools from raising an issue. Using today's golang.org master, they don't use tags. Updated using these commands, they updated few additional libs: go get -u golang.org/x/crypto go mod tidy go mod vendor
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gtxu, jsafrane 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 |
golang.org/x/crypto/ssh
server can crash in certain conditions. This CSI driver most probably does not run any ssh server, but update the package to a safe version to be 100% sure and prevent dumb dep scanning tools from raising an issue. Using today's golang.org master, they don't use tags.Updated using these commands, they updated few additional libs: