We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2855e9 commit f36f782Copy full SHA for f36f782
doc/source/how-to/vulnerabilities.rst
@@ -622,7 +622,7 @@ Fixing it is important because malicious inputs could execute unintended command
622
run: |
623
echo ${{ github.workspace }} # Template expansions are resolved before workflows and jobs run. These expansions
624
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.
+ echo ${{ input.user-input }} # This is especially true when such expansion is from a user input.
626
627
628
.. tab-item:: Remediation
0 commit comments