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