mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
12 lines
295 B
Plaintext
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()
|