Files
codeql/ruby/ql/test/library-tests/dataflow/local/InlineFlowTest.ql
2022-10-21 16:04:04 +01:00

12 lines
287 B
Plaintext

/**
* @kind path-problem
*/
import codeql.ruby.AST
import TestUtilities.InlineFlowTest
import PathGraph
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultTaintFlowConf conf
where conf.hasFlowPath(source, sink)
select sink, source, sink, "$@", source, source.toString()