Release 0.3.0 - #7
Merged
Merged
Conversation
lgruen-cpg
approved these changes
Jul 24, 2026
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.
Version bump
0.2.0→0.3.0(pyproject.toml+uv.lock).Bundles the workspace reference-closure work and the host-escape fix:
0o1777), so the guest can't unlink/replace host-written files to swap in an escaping symlink.Workspace/WorkspacePath(a confined root, per-componentO_NOFOLLOW),pack_tar/restore_tar(→WorkspaceReport),reference_closed_filter,Sandbox.accessor(). The host reads/packs/restores a workspace without following any guest-planted symlink,.., escaping hardlink, or special file out of the tree.--procre-exposed the procfs sysctl surface writable; a guest whose mapped kernel uid is root could writecore_pattern/modprobeand gain init-namespace root./proc/sys(+/proc/sysrq-trigger,/proc/irq,/proc/kcore, …) are now re-masked read-only. Validated in Docker (before:core_patternwritable → root handler runs; after:EROFS).SandboxProfile(host_uid=…)opts bwrap into running at a non-root real uid (so the guest's kernel uid owns none of root's files);io_uring_setup/enter/registeradded to the seccomp denylist.Minor bump: additive public API (accessor,
host_uid/host_gid) plus security fixes, no breaking changes.