mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02: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