Skip to content

Commit 9d3e8ec

Browse files
committed
Update PartialPathTraversalFromRemote.qhelp
1 parent 4f1bc30 commit 9d3e8ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @problem.severity error
66
* @security-severity 9.3
7-
* @precision high
7+
* @precision medium
88
* @id java/partial-path-traversal
99
* @tags security
1010
* external/cwe/cwe-023

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<qhelp>
55
<overview>
66
<include src="PartialPathTraversalOverview.inc.qhelp">
7+
<p>See also <code>java/partial-path-traversal</code>, which is similar to this query,
8+
but may also flag non-exploitable instances of Partial Path Traversal.</p>
79
</overview>
810

911
<include src="PartialPathTraversalRemainder.inc.qhelp">

0 commit comments

Comments
 (0)