Files
codeql/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest2.ql
2024-01-22 11:09:45 -05:00

12 lines
272 B
Plaintext

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