Skip to content

Commit 391b6a8

Browse files
committed
add link to The Useless Use of Cat Award
1 parent 5e0ae7b commit 391b6a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ and if the input is user-controlled, a command injection attack can happen.</p>
3636
</example>
3737
<references>
3838

39-
<li>
40-
OWASP: <a href="https://www.owasp.org/index.php/Command_Injection">Command Injection</a>.
41-
Node.js: <a href="https://nodejs.org/api/fs.html">File System API</a>.
42-
</li>
39+
<li>OWASP: <a href="https://www.owasp.org/index.php/Command_Injection">Command Injection</a>.</li>
40+
<li>Node.js: <a href="https://nodejs.org/api/fs.html">File System API</a>.</li>
41+
<li><a href="http://porkmail.org/era/unix/award.html#cat">The Useless Use of Cat Award</a>.</li>
4342

4443

4544
</references>

0 commit comments

Comments
 (0)