mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Gets rid of ``` PathNode is incompatible with PathNode (the type of the edge relation). ``` warnings.
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
/**
|
|
* @kind path-problem
|
|
*/
|
|
|
|
import codeql.ruby.AST
|
|
import TestUtilities.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()
|