OCPBUGS-80136,OCPBUGS-80137,OCPBUGS-80138: Fix CVE-2026-33186 with openshift-sustaining/grpc-go v1.71.3-sec.1 [release-4.17]#1315
Conversation
|
@rissh: This pull request references Jira Issue OCPBUGS-80136, 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-80137, 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-80138, 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)
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 |
|
/retest |
|
/jira refresh |
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-80136, which is valid. The bug has been moved to the POST state. 7 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. This pull request references Jira Issue OCPBUGS-80137, which is valid. The bug has been moved to the POST state. 7 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. This pull request references Jira Issue OCPBUGS-80138, which is valid. The bug has been moved to the POST state. 7 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. |
|
@rissh: 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. |
|
/tide refresh |
|
/tide |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn, rissh 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 |
|
/verified By CI All go.mod files are using the same gRPC patch version provided by the Sustaining Team and verified that it is compatible with the Go version. |
|
@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. |
|
/label backport-risk-assessed |
b3e9095
into
openshift:release-4.17
|
@rissh: Jira Issue Verification Checks: Jira Issue OCPBUGS-80136 Jira Issue OCPBUGS-80136 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 Jira Issue Verification Checks: Jira Issue OCPBUGS-80137 Jira Issue OCPBUGS-80137 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 Jira Issue Verification Checks: Jira Issue OCPBUGS-80138 Jira Issue OCPBUGS-80138 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
PR description
This change addresses CVE-2026-33186 / GHSA-p77j-4mvh-x3m3 / GO-2026-4762 in product Go modules for release-4.17 and refreshes the root
vendor/tree accordingly.release-4.17 builds with Go 1.22 (see
.ci-operator.yaml). Upstreamgoogle.golang.org/grpcv1.79.3 requires Go 1.24, so this PR uses the OpenShift sustaining backport v1.71.3-sec.1 for Go 1.22.For this branch, we removed the legacy grpc downgrade replace (
google.golang.org/grpc => v1.63.2) and replaced it with:replace google.golang.org/grpc => github.com/openshift-sustaining/grpc-go v1.71.3-sec.1in the root
go.modandstaging/operator-lifecycle-manager/go.mod, so the effective vendored grpc is patched.Scope matches release-4.18/4.19 workflow: product modules +
vendor/only (notests-extensionon this branch). Existing prometheus#3283replaces are unchanged.Reference links
Test plan
go list -m google.golang.org/grpc→v1.70.0 => github.com/openshift-sustaining/grpc-go v1.71.3-sec.1v1.63.2invendor/modules.txtgo test ./pkg/controller/registry/grpc/...(OLM)go mod verifye2e-gcp-olm)