Merge pull request #15619 from joefarebrother/ruby-activerecord-connection

Ruby: Add additional sql sinks for ActiveRecord connection methods
This commit is contained in:
Joe Farebrother
2024-02-22 14:02:31 +00:00
committed by GitHub
4 changed files with 165 additions and 116 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Calls to several methods of `ActiveRecord::Connection`, such as `ActiveRecord::Connection#exec_query`, are now recognized as SQL executions, including those via subclasses.