Skip to content

Commit d5f4340

Browse files
committed
Ruby: address comment
1 parent f11f2cb commit d5f4340

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
@@ -524,6 +524,7 @@ import Cached
524524
predicate nodeIsHidden(Node n) {
525525
exists(SsaImpl::DefinitionExt def | def = n.(SsaDefinitionExtNode).getDefinitionExt() |
526526
def instanceof Ssa::PhiNode or
527+
def instanceof SsaImpl::PhiReadNode or
527528
def instanceof Ssa::CapturedEntryDefinition or
528529
def instanceof Ssa::CapturedCallDefinition
529530
)

0 commit comments

Comments
 (0)