🔥 3-day streak
GitHub Actions (GH-200)122 / 142
Question 122 of 142
A workflow triggered by pull_request builds a comment summarizing the PR. A step contains: `run: echo "PR says: ${{ github.event.pull_request.body }}"`. A security review flags this as a script-injection vector because an attacker can place shell metacharacters in the PR body. Which change most effectively mitigates the injection risk while still using the value in the run step?
Reviewed for accuracy · Report an issueNext question