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 25dd8db commit ff20908Copy full SHA for ff20908
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -896,7 +896,7 @@ class ModuleNode instanceof Module {
896
* Does not take inheritance into account.
897
*/
898
Node getAnOwnInstanceVariableWriteValue(string name) {
899
- exists(Assignment assignment |
+ exists(AssignExpr assignment |
900
assignment.getLeftOperand() = this.getAnOwnInstanceVariableAccess(name) and
901
result.asExpr().getExpr() = assignment.getRightOperand()
902
)
0 commit comments