fix: Update golang.org/x/net to v0.55.0#1451
Conversation
|
This issue is currently awaiting triage. If cloud-provider-aws contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions 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. |
|
|
Updates golang.org/x/net from v0.49.0 to v0.55.0 to address security vulnerabilities detected by govulncheck. This update resolves: - GO-2026-5026: Punycode validation issue in idna package - GO-2026-4918: HTTP/2 transport infinite loop vulnerability Also updates related golang.org/x/* dependencies to compatible versions: - golang.org/x/crypto: v0.47.0 → v0.51.0 - golang.org/x/sys: v0.40.0 → v0.45.0 - golang.org/x/text: v0.33.0 → v0.37.0 - golang.org/x/term: v0.39.0 → v0.43.0 - golang.org/x/tools: v0.41.0 → v0.44.0 - golang.org/x/mod: v0.32.0 → v0.35.0 - golang.org/x/sync: v0.19.0 → v0.20.0
bafdfa9 to
e1c656f
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kmala The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
govulncheck is failing on
masterbranch reporting the following vulnerability caused bygolang.org/x/net:This PR updates golang.org/x/net from v0.49.0 to v0.55.0 to address security vulnerabilities detected by govulncheck.
Also updates related golang.org/x/* dependencies to compatible versions:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: