fix: prevent GitHub Actions injection in CI issue reporter #197
Reference in New Issue
Block a user
Delete Branch "fix/ci-workflow-injection"
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?
Summary\n\n- Pass
${{ inputs.* }}values viaenv:block instead of interpolating directly inrun:blocks\n- Prevents potential command injection through crafted workflow input strings\n- Also moved MOKOGITEA_URL to env block in Clone step for consistency\n\n## Test plan\n\n- [ ] CI issue reporter workflow still creates issues on gate failure\n- [ ] Input values with special characters are handled safely496dbc1c37tob907b778c0