OCPBUGS-96822: Bump golang.org/x/net to v0.55.0#405
Conversation
This PR addresses CVE-2026-27136 (golang.org/x/net/html XSS vulnerability via duplicate HTML attribute mishandling) by updating golang.org/x/net from v0.53.0 to v0.55.0. The csi-driver-manila component does not import or use golang.org/x/net/html parser functions, so the risk is LOW (transitive dependency only). Update is applied for compliance with security scanning requirements. Related: OCPBUGS-96822 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@jkaurredhat: This pull request references Jira Issue OCPBUGS-96822, which is invalid:
Comment 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jkaurredhat 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 |
|
@jkaurredhat: This pull request references Jira Issue OCPBUGS-96822, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. 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. |
|
/cc @openshift/cloud-provider-openstack-approvers |
|
@jkaurredhat: GitHub didn't allow me to request PR reviews from the following users: openshift/cloud-provider-openstack-approvers. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes-sigs/prow repository. |
|
/override ci/prow/security |
|
@jkaurredhat: Overrode contexts on behalf of jkaurredhat: ci/prow/security 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 kubernetes-sigs/prow repository. |
|
@jkaurredhat: all tests passed! 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. |
Summary
This PR addresses CVE-2026-27136 by updating golang.org/x/net from v0.53.0 to v0.55.0, which includes a fix for an XSS vulnerability in the HTML parser.
CVE Details
CVE-2026-27136: Cross-Site Scripting via HTML parsing bypass in golang.org/x/net/html
html.Parse(),html.ParseFragment()