Skip to content

Commit 83a854c

Browse files
Update javascript/ql/src/Security/CWE-078/IndirectCommandInjection.qhelp
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 6fb41ad commit 83a854c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
<p>
3737

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

4343
</p>
4444

0 commit comments

Comments
 (0)