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 0ea55a9 commit b83e851Copy full SHA for b83e851
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -619,7 +619,7 @@ module API {
619
exists(TypeBackTracker tb |
620
result = mid.track(tmid, t) and
621
pragma[only_bind_into](result) = useCandRev(pragma[only_bind_into](tb)) and
622
- pragma[only_bind_out](t) = tb.getACompatibleTypeTracker()
+ pragma[only_bind_out](t) = pragma[only_bind_into](tb).getACompatibleTypeTracker()
623
)
624
}
625
0 commit comments