mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
@@ -330,7 +330,7 @@ class ActiveRecordInstance extends DataFlow::Node {
|
||||
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
|
||||
}
|
||||
|
||||
/** The `ActiveRecordInstance` receiver of this call. */
|
||||
/** A call whose receiver may be an active record model object */
|
||||
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
|
||||
private ActiveRecordInstance instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user