mirror of
https://github.com/github/codeql.git
synced 2026-01-10 13:10:26 +01:00
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import ruby
|
|
import TestUtilities.InlineFlowTest
|
|
import PathGraph
|
|
import codeql.ruby.frameworks.Sinatra
|
|
import codeql.ruby.Concepts
|
|
|
|
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultTaintFlowConf conf
|
|
where conf.hasFlowPath(source, sink)
|
|
select sink, source, sink, "$@", source, source.toString()
|