-
Notifications
You must be signed in to change notification settings - Fork 862
[release-1.37] Bump runc to v1.2.8 - CVE-2025-52881 #6537
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
Merged
openshift-merge-bot
merged 16 commits into
containers:release-1.37
from
TomSweeneyRedHat:dev/tsweeney/cve-2025-52881-release-1.37
Dec 9, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7da36a1
[release-1.37] Bump runc to v1.2.9 - CVE-2025-52881
TomSweeneyRedHat 39318f3
[release-1.37] Bump Go to 1.22 in Makefile
TomSweeneyRedHat 0fc4ce9
[release-1.37] replace deprecated selinux/label calls
TomSweeneyRedHat d0bedb2
[release-1.37] Bump x/tools to v0.26.0
TomSweeneyRedHat eee6c76
[release-1.37] update RunningInUserNS lib
TomSweeneyRedHat ac40054
[release-1.37] Finish updating to go 1.22
nalind e4c5ed4
[release-1.37] Bump CI environment to match release-1.39
TomSweeneyRedHat cb079d4
[release-1.37] Bump onsi/ginkgo to v2 and x/tools
TomSweeneyRedHat 568af4e
[release-1.37] Silence new linter warnings
nalind ba3af50
[release-1.37] Don't set ambient capabilities
kolyshkin 3f365a3
[release-1.37] Partially work around containers/common
nalind 574411a
[release-1.37] run: handle relabeling bind mounts ourselves
nalind 94e2622
[release-1.37] Add a dummy "runtime" that just dumps its
nalind f858a3f
[release-1.37] runUsingRuntime: use named constants for runtime states
nalind c5c0470
[release-1.37] CI: run integration tests on Fedora with both crun and
nalind d103bff
[release-1.37] Bump Buildah to v1.37.7
TomSweeneyRedHat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,5 @@ run: | |
| concurrency: 4 | ||
| linters: | ||
| enable: | ||
| - revive | ||
| - unconvert | ||
| - unparam | ||
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not blocking, this could be
go list -m -f {{.GoVersion}}cc @nalind
since it is a backport doesn't matter but I guess worth to simplify on main