adjust qhelp to focus on the execFile API

This commit is contained in:
Erik Krogh Kristensen
2020-05-18 12:22:46 +02:00
parent 9c294513c7
commit d18808698a

View File

@@ -21,9 +21,9 @@
<recommendation>
<p>
If possible, use hard-coded string literals to specify the
shell command to run, and provide the dynamic arguments to the shell
command separately to avoid interpretation by the shell.
If possible, provide the dynamic arguments to the shell as an array
using e.g. the <code>child_process.execFile</code> API to avoid
interpretation by the shell.
</p>
<p>