We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c176d34 commit 2d0febeCopy full SHA for 2d0febe
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