OCPBUGS-80158,OCPBUGS-80157,OCPBUGS-80154: Replace google.golang.org/grpc with github.com/openshift-sustaining/grpc-go v1.71.3-sec.1 to avoid go version bump and fix CVE-2026-33186#1200
Conversation
…rpc-go v1.71.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-80158, 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-80157, 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-80154, 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. |
|
/test controllers |
924574d to
187f8c5
Compare
Signed-off-by: Kunal Memane <kmemane@redhat.com>
187f8c5 to
67e7b33
Compare
|
/retest |
1 similar comment
|
/retest |
|
@kunalmemane: 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. |
SchSeba
left a comment
There was a problem hiding this comment.
/lgtm
/approve
/label backport-risk-assessed
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kunalmemane, SchSeba 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 |
The
sriov-network-operatoron the release-4.17 branch currently utilizes Go 1.22. 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.22 compatibility, replace the standard gRPC dependency with github.com/openshift-sustaining/grpc-go at version v1.75.1-sec.1, which includes the necessary security patch.