What is the risk of using `find_by_sql` or `where` with string interpolation of user input in Rails ActiveRecord?
-
A
SQL injection, allowing attackers to manipulate or exfiltrate the database
-
B
ActiveRecord connection timeout due to long query strings
-
C
Automatic full-table scans bypassing indexes
-
D
N+1 query generation in association joins