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 b462004 commit af1ca7fCopy full SHA for af1ca7f
ruby/ql/lib/codeql/ruby/frameworks/rack/internal/App.qll
@@ -14,7 +14,7 @@ private class CallMethodNode extends DataFlow::MethodNode {
14
15
private DataFlow::LocalSourceNode trackRackResponse(TypeBackTracker t, CallMethodNode call) {
16
t.start() and
17
- result = call.getAReturnNode()
+ result = call.getAReturnNode().getALocalSource()
18
or
19
exists(TypeBackTracker t2 | result = trackRackResponse(t2, call).backtrack(t2, t))
20
}
0 commit comments