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 665ee81 commit ce3665dCopy full SHA for ce3665d
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -1,7 +1,6 @@
1
private import codeql.ruby.AST
2
private import codeql.ruby.ast.internal.Synthesis
3
private import codeql.ruby.CFG
4
-private import codeql.ruby.AST as AST
5
private import codeql.ruby.dataflow.SSA
6
private import DataFlowPublic
7
private import DataFlowDispatch
@@ -415,7 +414,7 @@ private module Cached {
415
414
)
416
} or
417
// Only used by type-tracking
418
- TAttributeName(string name) { name = any(AST::SetterMethodCall c).getTargetName() }
+ TAttributeName(string name) { name = any(SetterMethodCall c).getTargetName() }
419
420
/**
421
* Holds if `e` is an `ExprNode` that may be returned by a call to `c`.
0 commit comments