Skip to content

Commit 12b3913

Browse files
authored
Merge pull request #13511 from tspascoal/patch-1
JS: Single quote was preventing the shell from expanding the BODY variable in Expression injection in Actions example
2 parents 5259a6e + 1508546 commit 12b3913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-094/examples/comment_issue_good.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
- env:
88
BODY: ${{ github.event.issue.body }}
99
run: |
10-
echo '$BODY'
10+
echo "$BODY"

0 commit comments

Comments
 (0)