Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a41d4c commit 48e16e5Copy full SHA for 48e16e5
1 file changed
java/ql/src/Security/CWE/CWE-023/PartialPathTraversal.qhelp
@@ -3,7 +3,7 @@
3
"qhelp.dtd">
4
<qhelp>
5
<overview>
6
-<p> User inputted file paths can often pose security risks if a program does not correctly handle them. In particular, if a user
+<p>User supplied file paths can often pose security risks if a program does not correctly handle them. In particular, if a user
7
is meant to access files under a certain directory but does not enters a path under that directory, they can gain access to
8
(and potentially modify/delete) unexpected, possibly sensitive resources. </p>
9
0 commit comments