Release preparation for version 2.16.4

This commit is contained in:
github-actions[bot]
2024-03-05 18:13:58 +00:00
parent 7e2a775a2a
commit 661e68dab5
150 changed files with 394 additions and 168 deletions

View File

@@ -1,3 +1,10 @@
## 0.8.10
### Minor Analysis Improvements
* Calls to `Object#method`, `Object#public_method` and `Object#singleton_method` with untrusted data are now recognised as sinks for code injection.
* Added additional request sources for Ruby on Rails.
## 0.8.9
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added additional request sources for Ruby on Rails.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
* Calls to `Object#method`, `Object#public_method` and `Object#singleton_method` with untrusted data are now recognised as sinks for code injection.
## 0.8.10
### Minor Analysis Improvements
* Calls to `Object#method`, `Object#public_method` and `Object#singleton_method` with untrusted data are now recognised as sinks for code injection.
* Added additional request sources for Ruby on Rails.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.9
lastReleaseVersion: 0.8.10

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-queries
version: 0.8.10-dev
version: 0.8.10
groups:
- ruby
- queries