[openshift-5.0] OCPBUGS-98615: bump golang.org/x/net to v0.55.0 - #311
[openshift-5.0] OCPBUGS-98615: bump golang.org/x/net to v0.55.0#311AkashMore08 wants to merge 1 commit into
Conversation
|
@AkashMore08: This pull request references Jira Issue OCPBUGS-98615, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughUpdates direct and indirect ChangesGo dependency updates
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AkashMore08 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@AkashMore08: This pull request references Jira Issue OCPBUGS-98615, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
|
/test e2e-aws |
|
@AkashMore08: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/retest-required |
Bump golang.org/x/net from v0.48.0 to v0.55.0 to address CVE-2026-25681 (GO-2026-5029).
CVE-2026-25681 is an XSS vulnerability in golang.org/x/net/html caused by incorrect handling of character references in DOCTYPE nodes. Parsing attacker-controlled HTML via Parse/ParseFragment followed by Render can produce an unexpected HTML tree that enables cross-site scripting.
Impact on multus-cni: multus-cni does not import or use golang.org/x/net/html in any production binary. The vulnerable package is vendored but is dead code unreachable from any entry point. However, we are proactively bumping golang.org/x/net to v0.55.0 on the main branch as a best practice to prevent any potential exposure in the future.
Changes
Summary by CodeRabbit