OCPBUGS-79992,OCPBUGS-79991,OCPBUGS-79988: Replace google.golang.org/grpc with github.com/openshift-sustaining/grpc-go v1.67.3-sec.1 to avoid go version bump and fix CVE-2026-33186#1201
Conversation
…rpc-go v1.67.3-sec.1 to avoid go version bump and fix CVE-2026-33186 Signed-off-by: Kunal Memane <kmemane@redhat.com>
….3-sec.1 Signed-off-by: Kunal Memane <kmemane@redhat.com>
|
@kunalmemane: This pull request references Jira Issue OCPBUGS-79992, 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-79991, 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-79988, 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kunalmemane 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 |
|
/test controllers |
1 similar comment
|
/test controllers |
87b117e to
a84ece8
Compare
|
@kunalmemane: 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. |
The sriov-network-operator on the release-4.16 branch currently utilizes Go 1.21. Upgrading google.golang.org/grpc to v1.79.3 would force bump to Go 1.24.
To resolve CVE-2026-33186 while maintaining Go 1.21 compatibility, replace the standard gRPC dependency with github.com/openshift-sustaining/grpc-go at version v1.67.3-sec.1, which includes the necessary security patch.