mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
/**
|
|
* This is a dataflow test using the "default" threat model with the
|
|
* addition of "environment" and "commandargs".
|
|
*/
|
|
|
|
import Test
|
|
import ThreatModel::PathGraph
|
|
|
|
from ThreatModel::PathNode source, ThreatModel::PathNode sink
|
|
where ThreatModel::flowPath(source, sink)
|
|
select source, sink
|