mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import csharp
|
|
import DataFlow::PathGraph
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultValueFlowConf conf
|
|
where conf.hasFlowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|