Remove shell interpolation from process launches #48
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/zara!48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/zara-012-process-safety"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
Why
User-, config-, and model-controlled text could cross shell parsing boundaries, allowing injection and obscuring executable argument boundaries and startup status.
Impact
Normal alert, search, app-launch, and dictation paths no longer invoke
sh -corshell/1with dynamic text. Existing simple command strings remain supported through a constrained parser; argv lists are the canonical format.Validation
nix develop -c bash -c 'pytest && for test_script in scripts/test-*.sh; do bash "$test_script"; done'scripts/test-*.shsuite passed, including 7 process-safety casesnix buildCloses #13