We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f2cb commit d5f4340Copy full SHA for d5f4340
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -524,6 +524,7 @@ import Cached
524
predicate nodeIsHidden(Node n) {
525
exists(SsaImpl::DefinitionExt def | def = n.(SsaDefinitionExtNode).getDefinitionExt() |
526
def instanceof Ssa::PhiNode or
527
+ def instanceof SsaImpl::PhiReadNode or
528
def instanceof Ssa::CapturedEntryDefinition or
529
def instanceof Ssa::CapturedCallDefinition
530
)
0 commit comments