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.
2 parents c176d34 + 2d0febe commit b8ec5d7Copy full SHA for b8ec5d7
ql/lib/codeql/ruby/ApiGraphs.qll
@@ -339,7 +339,7 @@ module API {
339
* The flow from `src` to that node may be inter-procedural.
340
*/
341
private DataFlow::LocalSourceNode trackUseNode(DataFlow::Node src, TypeTracker t) {
342
- // Declaring `src` to be a `SourceNode` currently causes a redundant check in the
+ // Declaring `src` to be a `LocalSourceNode` currently causes a redundant check in the
343
// recursive case, so instead we check it explicitly here.
344
src instanceof DataFlow::LocalSourceNode and
345
t.start() and
0 commit comments