We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9cd53 commit 5e0ae7bCopy full SHA for 5e0ae7b
javascript/ql/src/Security/CWE-078/UselessUseOfCat.qhelp
@@ -29,7 +29,7 @@ from the file system.
29
special characters (including space). Additionally, it does not work on Windows
30
and if the input is user-controlled, a command injection attack can happen.</p>
31
32
-<p>The <code>fs.readFile</code> API should be used to avoid these potential issues:
+<p>The <code>fs.readFile</code> API should be used to avoid these potential issues: </p>
33
34
<sample src="examples/useless-cat-fixed.js"/>
35
0 commit comments