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