CodeQL library for Java/Kotlin
codeql/java-all 0.10.0 (changelog, source)
Search

Predicate signature DataFlowMake::flowPath

Holds if data can flow from source to sink.

The corresponding paths are generated from the end-points and the graph included in the module PathGraph.

Import path

import codeql.dataflow.DataFlow
signature predicate flowPath(PathNode source, PathNode sink)