Skip to content

Commit 70282da

Browse files
DOCS: Fix typo in vulnerabilities.rst (#649)
docs: Fix typo in vulnerabilities.rst
1 parent c2855e9 commit 70282da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Fixing it is important because malicious inputs could execute unintended command
622622
run: |
623623
echo ${{ github.workspace }} # Template expansions are resolved before workflows and jobs run. These expansions
624624
echo ${{ runner.temp }} # insert their results directly into the context, which can accidentally introduce shell injection risks.
625-
echo ${{ input.user-input }} # This is especially through when such expansion is from a user input.
625+
echo ${{ input.user-input }} # This is especially true when such expansion is from a user input.
626626
627627
628628
.. tab-item:: Remediation

0 commit comments

Comments
 (0)