Add dataflow path-graph

This commit is contained in:
Chris Smowton
2022-08-10 10:33:30 +01:00
parent 2ca0b0c6b5
commit 09e4c6b66b

View File

@@ -11,6 +11,7 @@
*/
import semmle.code.java.security.PartialPathTraversalQuery
import DataFlow::PathGraph
from DataFlow::PathNode source, DataFlow::PathNode sink
where any(PartialPathTraversalFromRemoteConfig config).hasFlowPath(source, sink)