mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
add ActiveRecord find_by_sql as an SQL executing method call
This commit is contained in:
@@ -67,6 +67,8 @@ class SqlExecutingMethodCall extends ActiveRecordModelClassMethodCall {
|
||||
or
|
||||
methodName = "find_by"
|
||||
or
|
||||
methodName = "find_by_sql"
|
||||
or
|
||||
methodName = "from"
|
||||
or
|
||||
methodName = "group"
|
||||
|
||||
Reference in New Issue
Block a user