[release-4.16] OCPBUGS-102893,OCPBUGS-102895: Bump golang.org/x/net to v0.35.0-sec.3 - #779
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-102893, 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-102895, 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 |
|
/label backport-risk-assessed |
|
|
/override ci/prow/unit-test |
|
@germanparente: Overrode contexts on behalf of germanparente: ci/prow/unit-test 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. |
|
@MrSanketkumar: 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. |
|
/verified by CI |
|
@MrSanketkumar: This PR has been marked as verified by 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. |
|
/jira refresh |
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-102893, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: This pull request references Jira Issue OCPBUGS-102895, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
31a817f
into
openshift:release-4.16
|
@MrSanketkumar: Jira Issue OCPBUGS-102893: All pull requests linked via external trackers have merged: All linked pull requests have the Jira Issue OCPBUGS-102895: All pull requests linked via external trackers have merged: All linked pull requests have the 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. |
- 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.16 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