fix: reject scalar zara-shell argv #325

Open
nsaspy wants to merge 0 commits from rage/314-shell-argv-container into main
Owner

Implements #314 and advances #5.

Auto-RAGE transaction starts with deterministic RED: scalar string/bytes and other malformed argv containers must fail with ShellError before process creation instead of being interpreted as a sequence of argv characters.

No cancellation implementation and no Zara Core changes. Implementation follows only after the exact RED head proves the missing contract.

Implements #314 and advances #5. Auto-RAGE transaction starts with deterministic RED: scalar string/bytes and other malformed argv containers must fail with `ShellError` before process creation instead of being interpreted as a sequence of argv characters. No cancellation implementation and no Zara Core changes. Implementation follows only after the exact RED head proves the missing contract.
Some checks failed
CI / test (pull_request) Failing after 16s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/314-shell-argv-container:rage/314-shell-argv-container
git switch rage/314-shell-argv-container

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/314-shell-argv-container
git switch rage/314-shell-argv-container
git rebase main
git switch main
git merge --ff-only rage/314-shell-argv-container
git switch rage/314-shell-argv-container
git rebase main
git switch main
git merge --no-ff rage/314-shell-argv-container
git switch main
git merge --squash rage/314-shell-argv-container
git switch main
git merge --ff-only rage/314-shell-argv-container
git switch main
git merge rage/314-shell-argv-container
git push origin main
Sign in to join this conversation.
No description provided.