Files
codeql/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql

13 lines
243 B
Plaintext

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