Files
codeql/csharp/ql/test/library-tests/dataflow/constructors/ConstructorFlow.ql
2024-02-13 13:59:03 +01:00

13 lines
263 B
Plaintext

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