We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a726b commit 3258853Copy full SHA for 3258853
1 file changed
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -512,6 +512,7 @@ import Cached
512
predicate nodeIsHidden(Node n) {
513
exists(SsaImpl::DefinitionExt def | def = n.(SsaDefinitionExtNode).getDefinitionExt() |
514
def instanceof Ssa::PhiNode or
515
+ def instanceof SsaImpl::PhiReadNode or
516
def instanceof Ssa::CapturedEntryDefinition or
517
def instanceof Ssa::CapturedCallDefinition
518
)
0 commit comments