Skip to content

Commit 3258853

Browse files
committed
Ruby: address comment
1 parent 85a726b commit 3258853

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ import Cached
512512
predicate nodeIsHidden(Node n) {
513513
exists(SsaImpl::DefinitionExt def | def = n.(SsaDefinitionExtNode).getDefinitionExt() |
514514
def instanceof Ssa::PhiNode or
515+
def instanceof SsaImpl::PhiReadNode or
515516
def instanceof Ssa::CapturedEntryDefinition or
516517
def instanceof Ssa::CapturedCallDefinition
517518
)

0 commit comments

Comments
 (0)