mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Update ActiveRecord.qll
This commit is contained in:
@@ -336,7 +336,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
|
||||
private ActiveRecordInstance instance;
|
||||
|
||||
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
|
||||
|
||||
/** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
|
||||
ActiveRecordInstance getInstance() { result = instance }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user