Skip to content

Commit 8e8100f

Browse files
authored
Merge pull request github#16887 from hvitved/ruby/local-flow-missing-steps
Ruby: Add missing local flow steps
2 parents 19e910e + 7fdc09c commit 8e8100f

File tree

3 files changed

+810
-0
lines changed

3 files changed

+810
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ private module Cached {
646646
or
647647
LocalFlow::localSsaFlowStepUseUse(_, nodeFrom, nodeTo)
648648
or
649+
LocalFlow::localFlowSsaInputFromRead(_, nodeFrom, nodeTo)
650+
or
649651
// Simple flow through library code is included in the exposed local
650652
// step relation, even though flow is technically inter-procedural
651653
FlowSummaryImpl::Private::Steps::summaryThroughStepValue(nodeFrom, nodeTo, _)

0 commit comments

Comments
 (0)