mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import codeql.ruby.frameworks.Arel
|
|
import codeql.ruby.AST
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultTaintFlowConf conf
|
|
where conf.hasFlowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|