codex-plugin-cc/plugins/codex/commands
xiaolai 6a5c2ba53b
fix: quote \$ARGUMENTS in cancel, result, and status commands (#168)
Unquoted \$ARGUMENTS in the ! shell commands allowed shell metacharacters
in user-supplied job IDs to be expanded before Node received them (e.g.,
`task-123; malicious-cmd` would execute the trailing command). This is
inconsistent with review.md and adversarial-review.md, which both wrap
"$ARGUMENTS" in double quotes.

Co-authored-by: claude[bot] <claude-bot@anthropic.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
2026-04-08 14:48:50 -07:00
..
adversarial-review.md Initial commit 2026-03-30 09:42:33 -07:00
cancel.md fix: quote \$ARGUMENTS in cancel, result, and status commands (#168) 2026-04-08 14:48:50 -07:00
rescue.md Fix /codex:rescue AskUserQuestion contract (#43) 2026-03-31 12:44:30 -07:00
result.md fix: quote \$ARGUMENTS in cancel, result, and status commands (#168) 2026-04-08 14:48:50 -07:00
review.md Initial commit 2026-03-30 09:42:33 -07:00
setup.md Initial commit 2026-03-30 09:42:33 -07:00
status.md fix: quote \$ARGUMENTS in cancel, result, and status commands (#168) 2026-04-08 14:48:50 -07:00