Skip to content

Commit 09e4c6b

Browse files
committed
Add dataflow path-graph
1 parent 2ca0b0c commit 09e4c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
import semmle.code.java.security.PartialPathTraversalQuery
14+
import DataFlow::PathGraph
1415

1516
from DataFlow::PathNode source, DataFlow::PathNode sink
1617
where any(PartialPathTraversalFromRemoteConfig config).hasFlowPath(source, sink)

0 commit comments

Comments
 (0)