mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import codeql.ruby.AST
|
|
import utils.test.InlineFlowTest
|
|
import DefaultFlowTest
|
|
import ValueFlow::PathGraph
|
|
|
|
from ValueFlow::PathNode source, ValueFlow::PathNode sink
|
|
where ValueFlow::flowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|