-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[v4.9-rhel] CVE-2024-6104 & CVE-2024-37298 fixes #23312
[v4.9-rhel] CVE-2024-6104 & CVE-2024-37298 fixes #23312
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: TomSweeneyRedHat 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 |
This addresses: CVE-2204-6104 requires go-retryablehttp 0.7.7 and CVE-2024-37298 requires github.com/gorilla/schema v1.4.1 and fixes: https://issues.redhat.com/browse/OCPBUGS-36119 https://issues.redhat.com/browse/RHEL-44859 https://issues.redhat.com/browse/RHEL-44881 https://issues.redhat.com/browse/RHEL-45916 https://issues.redhat.com/browse/RHEL-47169 https://issues.redhat.com/browse/OCPBUGS-36443 [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <[email protected]>
e5f7e96
to
267867c
Compare
LGTM |
The boltdb test is failing, and I think can be ignored. @edsantiago and @mheon thoughts? Error below:
|
I don't see how SIGTERM is failing to stop a |
Looks like it passed on rerun, so I'm inclined to stick my head in the sand... |
Third test rerun was the charm. Can I get a merge for this please? Thanks for the eyeballs folks. |
/lgtm |
affa589
into
containers:v4.9-rhel
top is flakey #20196 |
This addresses: CVE-2204-6104 requires go-retryablehttp 0.7.7 and CVE-2024-37298 requires github.com/gorilla/schema v1.4.1
and fixes:
https://issues.redhat.com/browse/OCPBUGS-36119
https://issues.redhat.com/browse/RHEL-44859
https://issues.redhat.com/browse/RHEL-44881
https://issues.redhat.com/browse/RHEL-45916
https://issues.redhat.com/browse/RHEL-47169
https://issues.redhat.com/browse/OCPBUGS-36443
[NO NEW TESTS NEEDED]
Does this PR introduce a user-facing change?