Module ActiveRecord
Provides modeling for the ActiveRecord library.
Import path
import codeql.ruby.frameworks.ActiveRecordClasses
| ActiveRecordAssociation | A method call inside an ActiveRecord model class that establishes an association between this model and another model. |
| ActiveRecordInstance | An instance of an |
| ActiveRecordInstanceMethodCall | A call whose receiver may be an active record model object |
| ActiveRecordModelClass | A |
| ActiveRecordModelClassMethodCall | A class method call whose receiver is an |
| ActiveRecordModelInstantiation | A node that may evaluate to one or more |
| ActiveRecordSqlExecutionRange | An |
| PotentiallyUnsafeSqlExecutingMethodCall | A method call that may result in executing unintended user-controlled SQL queries if the |