mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
334 B
334 B
category
| category |
|---|
| minorAnalysis |
- The Active Record query methods
reorderandcount_by_sqlare now recognised as SQL executions. - Calls to
ActiveRecord::Connection#execute, including those via subclasses, are now recognised as SQL executions. - Data flow through
ActionController::Parameters#requireis now tracked properly.