Files
codeql/ruby/ql/test/library-tests/dataflow/ssa-flow/ssa-flow.ql

12 lines
287 B
Plaintext

/**
* @kind path-problem
*/
import codeql.ruby.AST
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()