Skip to content

Commit 73e3fad

Browse files
committed
add missing </p>
1 parent 05a59d2 commit 73e3fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-022/TaintedPath.qhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ unexpected special characters such as "..". Such a path could point anywhere on
1818
<p>Common validation methods include checking that the normalized path is relative and does not contain
1919
any ".." components, or checking that the path is contained within a safe folder. The method you should use depends
2020
on how the path is used in the application, and whether the path should be a single path component.
21+
</p>
2122

2223
<p>If the path should be a single path component (such as a file name), you can check for the existence
2324
of any path separators ("/" or "\"), or ".." sequences in the input, and reject the input if any are found.

0 commit comments

Comments
 (0)