Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48e16e5

Browse files
Update java/ql/src/Security/CWE/CWE-023/PartialPathTraversal.qhelp
Co-authored-by: Jonathan Leitschuh <[email protected]>
1 parent 1a41d4c commit 48e16e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Security/CWE/CWE-023/PartialPathTraversal.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<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
6+
<p>User supplied file paths can often pose security risks if a program does not correctly handle them. In particular, if a user
77
is meant to access files under a certain directory but does not enters a path under that directory, they can gain access to
88
(and potentially modify/delete) unexpected, possibly sensitive resources. </p>
99

0 commit comments

Comments
 (0)