mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import codeql.ruby.AST
|
|
import TestUtilities.InlineFlowTest
|
|
import ValueFlowTest<DefaultFlowConfig>
|
|
import PathGraph
|
|
|
|
from ValueFlow::PathNode source, ValueFlow::PathNode sink
|
|
where ValueFlow::flowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|