[release-4.14] OCPBUGS-102475,OCPBUGS-102487: Bump golang.org/x/net to v0.35.0-sec.3 - #781
[release-4.14] OCPBUGS-102475,OCPBUGS-102487: Bump golang.org/x/net to v0.35.0-sec.3#781MrSanketkumar wants to merge 1 commit into
Conversation
|
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:
Comment |
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-102475, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-102487, 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. |
|
backport-risk-assessed |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: germanparente, MrSanketkumar 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 |
|
@MrSanketkumar: The following tests 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. |
|
/label backport-risk-assessed |
CI Failure AnalysisThis PR has two failing checks. Neither is caused by the CVE dependency changes. 1.
|
- What this PR does and why is it needed
Fixes CVE-2026-33814 (CVSS 7.5) in the
golang.org/x/netpackage on the release-4.14 branch.Rather than bumping
golang.org/x/netto v0.56.0 (which would require go version bump), this PR uses the OpenShift sustaining forkgithub.com/openshift-sustaining/net@v0.35.0-sec.3, which backports the CVE fix onto the existing v0.35.x baseline.Commands used:
go mod edit -replace golang.org/x/net=github.com/openshift-sustaining/net@v0.35.0-sec.3 go mod tidy && go mod vendor