[release-1.33] Do Not Merge - revert crypto bump and use OCP crypto branch#6694
Open
TomSweeneyRedHat wants to merge 2 commits intocontainers:release-1.33from
Open
[release-1.33] Do Not Merge - revert crypto bump and use OCP crypto branch#6694TomSweeneyRedHat wants to merge 2 commits intocontainers:release-1.33from
TomSweeneyRedHat wants to merge 2 commits intocontainers:release-1.33from
Conversation
This reverts commit 2b88f58. Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
Use the golang.org/x/crypto library from the OCP team located at: github.com/openshift/golang-crypto v0.33.1-0.20260212164730-3e9ce6e0b8f5 To try and keep Go at a version that is usable by the OCP team. Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
b913588 to
395d866
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts 65707d0 from the release-1.33 branch and replaces golang.org/x/crypto with one that the OCP team has worked up to address CVE-2025-47913. This will keep Go at v1.22 in this branch, which is important to the OCP Builder team.
What type of PR is this?
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?