mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
283 B
283 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.