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

Skip to content

Commit a697063

Browse files
authored
Improve description
1 parent 01cec04 commit a697063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Partial Path Traversal Vulnerability
3-
* @description A misuse of the String `startsWith` method as a guard to protect against path traversal is insufficient.
3+
* @description A prefix used to check that a canonicalised path falls within another must be slash-terminated.
44
* @kind problem
55
* @problem.severity error
66
* @security-severity 9.3

0 commit comments

Comments
 (0)