-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-5689: Fix dependency with insecure randomness #744
OCPBUGS-5689: Fix dependency with insecure randomness #744
Conversation
Upgrade sprig to ver.3 which updates CWE-330 vulnerable goutils to 1.1.1. Sprig ver.3 retains the same Go API as ver.2. Signed-off-by: Martin Kennelly <martin.kennelly@intel.com> (cherry picked from commit 41259d5)
@wizhaoredhat: No Bugzilla bug is referenced in the title of this pull request. In 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/test-infra repository. |
/cc @zshi-redhat @pliurh |
@wizhaoredhat: This pull request references Jira Issue OCPBUGS-5689, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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/test-infra repository. |
@wizhaoredhat: No Bugzilla bug is referenced in the title of this pull request. In 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/test-infra repository. |
/jira refresh |
@wizhaoredhat: This pull request references Jira Issue OCPBUGS-5689, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
Requesting review from QA contact: In 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/test-infra repository. |
@zshi-redhat @zhaozhanqi Could you please approve and provide the backport-risk-assessed labels? |
/cc @bn222 |
@wizhaoredhat: all tests passed! Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
is based on github.com/openshift/sriov-network-operator/pull/744. go mod tidy was run too.
sprig ver 3 needs to be updated to use better randomness. The patch is based on github.com/openshift/sriov-network-operator/pull/744. go mod tidy was run too. Signed-off-by: Balazs Nemeth <bnemeth@bnemeth.users.ipa.redhat.com>
I can label |
@zshi-redhat Could you please provide approved and backport-risk-assessed labels? |
Please run |
/hold |
@bn222 |
/unhold |
I already checked that this commit: Was already backported in this commit: |
Please include k8snetworkplumbingwg/sriov-network-operator#396 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bn222, wizhaoredhat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/label backport-risk-assessed |
/retest |
/label backport-risk-assessed |
@wizhaoredhat: Can not set label backport-risk-assessed: Must be member in one of these teams: [team-multus-cni-maintainers] In 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/test-infra repository. |
/label backport-risk-assessed |
@zhaozhanqi PTAL and add the cherry-pick label |
/label cherry-pick-approved |
@wizhaoredhat: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-5689 has been moved to the MODIFIED state. In 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/test-infra repository. |
[ART PR BUILD NOTIFIER] This PR has been included in build sriov-network-operator-container-v4.8.0-202311261141.p0.g3979dc4.assembly.stream for distgit sriov-network-operator. |
Fix reconcile vf functional test
Upgrade sprig to ver.3 which updates CWE-330
vulnerable goutils to 1.1.1.
Sprig ver.3 retains the same Go API as ver.2.
Signed-off-by: Martin Kennelly martin.kennelly@intel.com
(cherry picked from commit 41259d5)