mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import experimental.dataflow.testConfig
|
|
import DataFlow::PathGraph
|
|
|
|
from TestConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
|
where config.hasFlowPath(source, sink)
|
|
select sink.getNode(), source, sink, "<message>"
|