Skip to content

Commit d0eae97

Browse files
committed
Address review comment
1 parent 89a2381 commit d0eae97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ predicate simpleLocalFlowStep(Node nodeFrom, Node nodeTo, string model) {
757757
|
758758
isUseStep = false
759759
or
760+
isUseStep = true and
760761
not FlowSummaryImpl::Private::Steps::prohibitsUseUseFlow(nodeFrom, _)
761762
)
762763
or

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ private module Cached {
522522
|
523523
isUseStep = false
524524
or
525+
isUseStep = true and
525526
not FlowSummaryImpl::Private::Steps::prohibitsUseUseFlow(nodeFrom, _)
526527
)
527528
or

0 commit comments

Comments
 (0)