-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
upgrade golang.org/x/crypto to 0.45.0 #35988
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
upgrade golang.org/x/crypto to 0.45.0 #35988
Conversation
|
Odd, https://pkg.go.dev/vuln/GO-2025-4134 is marked as "all versions, no known fixed", see discussion in golang/vulndb#4143. |
|
govulncheck is clearly incorrect and directly contradicts the security announcement from Google. Blocking this upgrade actually keeps you vulnerable to the two CVEs. |
|
Yeah we should either wait for the vulndb fix or merge open PRs while ignoring vulncheck. There's currently still no way to suppress individual vulns (golang/go#59507). |
|
I think we can merge this one while ignoring vulncheck. I have done that in #35985 |
|
vulncheck was fixed |
Backport #35985