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 6fb41ad commit 83a854cCopy full SHA for 83a854c
javascript/ql/src/Security/CWE-078/IndirectCommandInjection.qhelp
@@ -35,10 +35,10 @@
35
36
<p>
37
38
-<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
39
whitespace. Arguments may contain quoted whitespace, causing them to split into
40
multiple arguments. Use a library like <code>shell-quote</code> to parse the string
41
-into an array of arguments instead.</p>
+into an array of arguments instead.
42
43
</p>
44
0 commit comments