Files
codeql/java/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest6.ql
2023-10-25 14:02:31 +02:00

13 lines
339 B
Plaintext

/**
* This is a dataflow test using the "default" threat model with the
* addition of the threat model group "local", but without the
* "environment" threat model.
*/
import Test
import ThreatModel::PathGraph
from ThreatModel::PathNode source, ThreatModel::PathNode sink
where ThreatModel::flowPath(source, sink)
select source, sink