Files
codeql/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql
2023-04-12 11:15:15 +02:00

12 lines
295 B
Plaintext

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