mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
284 B
284 B
0.3.2
Minor Analysis Improvements
- Calls to
Arel.sqlare now recognised as propagating taint from their argument. - Calls to
ActiveRecord::Relation#annotateare now recognized asSqlExecutions so that it will be considered as a sink for queries like rb/sql-injection.