Update javascript/ql/src/Security/CWE-078/IndirectCommandInjection.qhelp

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Max Schaefer
2023-07-06 12:47:06 +01:00
committed by GitHub
parent 6fb41adc61
commit 83a854c3ff

View File

@@ -35,10 +35,10 @@
<p>
<p>If given arguments as a single string, avoid simply splitting the string on
If given arguments as a single string, avoid simply splitting the string on
whitespace. Arguments may contain quoted whitespace, causing them to split into
multiple arguments. Use a library like <code>shell-quote</code> to parse the string
into an array of arguments instead.</p>
into an array of arguments instead.
</p>