qtil
advanced-security/qtil-ruby 0.0.2
Search

Predicate PathGraph::subpaths

Holds if (arg, par, ret, out) forms a subpath-tuple, that is, flow through a subpath between par and ret with the connecting edges arg -> par and ret -> out is summarized as the edge arg -> out.

Import path

import codeql.ruby.dataflow.internal.DataFlowImpl
predicate subpaths(PathNode arg, PathNode par, PathNode ret, PathNode out)