Body safety test #1359

Open
opened 2026-08-21 20:55:52 +00:00 by fred · 0 comments
Collaborator

Release notes

Inline code: rm -rf / must stay literal.
Command sub attempt: $(touch /var/home/jason.woltje/src/mosaic-stack/packages/mosaic/framework/tools/git/.mosaic-test-work/issue-create-body-safety/INJECTION_SENTINEL)
Backtick cmd attempt: touch /var/home/jason.woltje/src/mosaic-stack/packages/mosaic/framework/tools/git/.mosaic-test-work/issue-create-body-safety/INJECTION_SENTINEL
Dollars: $HOME ${PATH} $5.00 and 100% done
Quotes: "double" and 'single' and mixed
Trailing pipe-ish: foo | bar && baz ; qux

# Release notes Inline code: `rm -rf /` must stay literal. Command sub attempt: $(touch /var/home/jason.woltje/src/mosaic-stack/packages/mosaic/framework/tools/git/.mosaic-test-work/issue-create-body-safety/INJECTION_SENTINEL) Backtick cmd attempt: `touch /var/home/jason.woltje/src/mosaic-stack/packages/mosaic/framework/tools/git/.mosaic-test-work/issue-create-body-safety/INJECTION_SENTINEL` Dollars: $HOME ${PATH} $5.00 and 100% done Quotes: "double" and 'single' and `mixed` Trailing pipe-ish: foo | bar && baz ; qux
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#1359