We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33be52f commit 20efe81Copy full SHA for 20efe81
ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll
@@ -615,7 +615,7 @@ private DataFlow::Node evaluateSummaryComponentStackLocal(
615
head = SummaryComponent::return() and
616
ret.getCfgScope() = prev.asExpr().getExpr() and
617
// We need to include both `ret` and `ret.getAnInput()`, since in type-tracking
618
- // the step from `ret.getAnInput()` to `ret` is considered a call step.
+ // the step from `ret.getAnInput()` to `ret` is considered a return step.
619
result = [ret.(DataFlow::Node), ret.getAnInput()]
620
)
621
or
0 commit comments