mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update ActiveRecord.qll
This commit is contained in:
@@ -331,7 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
|
||||
}
|
||||
|
||||
// A call whose receiver may be an active record model object
|
||||
/** Gets the `ActiveRecordInstance` receiver of this call. */
|
||||
/** The `ActiveRecordInstance` receiver of this call. */
|
||||
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
|
||||
private ActiveRecordInstance instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user