mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
7 lines
284 B
Markdown
7 lines
284 B
Markdown
## 0.3.2
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Calls to `Arel.sql` are now recognised as propagating taint from their argument.
|
|
* Calls to `ActiveRecord::Relation#annotate` are now recognized as `SqlExecution`s so that it will be considered as a sink for queries like rb/sql-injection.
|