Skip to content

Commit 5e0ae7b

Browse files
committed
add end </p> tag
1 parent ce9cd53 commit 5e0ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ from the file system.
2929
special characters (including space). Additionally, it does not work on Windows
3030
and if the input is user-controlled, a command injection attack can happen.</p>
3131

32-
<p>The <code>fs.readFile</code> API should be used to avoid these potential issues:
32+
<p>The <code>fs.readFile</code> API should be used to avoid these potential issues: </p>
3333

3434
<sample src="examples/useless-cat-fixed.js"/>
3535

0 commit comments

Comments
 (0)