downgrade github.com/cyphar/filepath-securejoin to v0.5.1#242
Merged
rhatdan merged 1 commit intoopencontainers:mainfrom Nov 14, 2025
Merged
downgrade github.com/cyphar/filepath-securejoin to v0.5.1#242rhatdan merged 1 commit intoopencontainers:mainfrom
rhatdan merged 1 commit intoopencontainers:mainfrom
Conversation
This library doesn't need to use v6 and in order to fix the CVe fixed here it is not great to force all users to update securejoin to v6 as that update did some breaking changes. see opencontainers#241 Signed-off-by: Paul Holzinger <[email protected]>
Contributor
Author
|
As mentioned in the issue #241 I am not sure if it makes sense to downgrade on main, I think it would be easier if someone could create a 1.12 branch based of main and then I target that branch and then release a v1.12.1 |
Member
|
I think downgrading on |
Contributor
Author
|
Ok in that case it is even simpler and we could release 1.13.1 here with his. |
cyphar
approved these changes
Nov 14, 2025
Member
|
Oh, Dan added me to the reviewers list but I'm not officially a maintainer... Let me open a PR for that... |
Contributor
Author
Member
|
I guess since I have push rights, it's okay for me to do it -- https://github.com/opencontainers/selinux/releases/tag/v1.13.1. |
kb2ma
added a commit
to balena-os/balena-engine
that referenced
this pull request
Nov 15, 2025
Also update balena-containerd to v20.10.17-balena-runc-1.2.8 branch. Also update selinux to v1.13.1 to get fixed post-embargo version. See opencontainers/selinux#242 for details. Mitigates CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881. Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
kb2ma
added a commit
to balena-os/balena-engine
that referenced
this pull request
Nov 19, 2025
Also update balena-containerd to v20.10-balena-runc-1.2.8 branch. Also update selinux to v1.13.1 to get fixed post-embargo version. See opencontainers/selinux#242 for details. Mitigates CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881. Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
kb2ma
added a commit
to balena-os/balena-engine
that referenced
this pull request
Nov 26, 2025
Also update balena-containerd to v20.10-balena-runc-1.2.8 branch. Also update selinux to v1.13.1 to get fixed post-embargo version. See opencontainers/selinux#242 for details. Mitigates CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881. Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
kb2ma
added a commit
to balena-os/balena-engine
that referenced
this pull request
Dec 2, 2025
Also update balena-containerd to v20.10-balena-upstream-1.6.38 branch. Also update selinux to v1.13.1 to get fixed post-embargo version. See opencontainers/selinux#242 for details. Mitigates CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881. Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
kb2ma
added a commit
to balena-os/balena-engine
that referenced
this pull request
Dec 4, 2025
Also update balena-containerd to v20.10-balena-upstream-1.6.27 branch. Also update selinux to v1.13.1 to get fixed post-embargo version. See opencontainers/selinux#242 for details. Mitigates CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881. Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
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 library doesn't need to use v6 and in order to fix the CVe fixed here it is not great to force all users to update securejoin to v6 as that update did some breaking changes.
see #241