qtil
advanced-security/qtil-ruby 0.0.2
Search

Predicate Cached::captureFlowIn

Holds if there is flow for a captured variable from the enclosing scope into a block.

foo = 0
bar {
  puts foo
}

Import path

import codeql.ruby.dataflow.internal.SsaImpl
predicate captureFlowIn(CallCfgNode call, Definition def, Definition entry)