mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
/**
|
|
* This is a dataflow test using "all" threat models.
|
|
*/
|
|
|
|
import Test
|
|
import ThreatModel::PathGraph
|
|
|
|
from ThreatModel::PathNode source, ThreatModel::PathNode sink
|
|
where ThreatModel::flowPath(source, sink)
|
|
select source, sink
|