We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f1974 commit 922779eCopy full SHA for 922779e
javascript/ql/src/Security/CWE-078/UselessUseOfCat.qhelp
@@ -3,9 +3,9 @@
3
"qhelp.dtd">
4
<qhelp>
5
<overview>
6
-<p>Using the unix command <code>cat</code> only to read a file is a
7
-an unnecessarily complex way to achieve something that can be done in a simpler and
8
-safer manner using the Node.js <code>fs.readFile</code> API.
+<p>Using the unix command <code>cat</code> only to read a file is an
+unnecessarily complex way to achieve something that can be done in a simpler
+and safer manner using the Node.js <code>fs.readFile</code> API.
9
</p>
10
<p>
11
The use of <code>cat</code> for simple file reads leads to code that is
0 commit comments