Files
codeql/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql
2023-06-19 10:28:54 +02:00

13 lines
246 B
Plaintext

/**
* @kind path-problem
*/
import csharp
import TestUtilities.InlineFlowTest
import DefaultFlowTest
import PathGraph
from PathNode source, PathNode sink
where flowPath(source, sink)
select sink, source, sink, "$@", source, source.toString()