mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Ruby: add change notes for Arel.sql / SqlConstruction changes
This commit is contained in:
5
ruby/ql/lib/change-notes/2022-11-10-arel-sql.md
Normal file
5
ruby/ql/lib/change-notes/2022-11-10-arel-sql.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `codeql.ruby.Concepts` library now has a `SqlConstruction` class, in addition to the existing `SqlExecution` class.
|
||||
* Calls to `Arel.sql` are now modeled as instances of the new `SqlConstruction` concept.
|
||||
4
ruby/ql/src/change-notes/2022-11-10-arel-sql.md
Normal file
4
ruby/ql/src/change-notes/2022-11-10-arel-sql.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `rb/sql-injection` query now considers consider SQL constructions, such as calls to `Arel.sql`, as sinks.
|
||||
Reference in New Issue
Block a user