Release preparation for version 2.16.2

This commit is contained in:
github-actions[bot]
2024-02-05 17:58:57 +00:00
parent 525f27173d
commit c1b35fbf47
148 changed files with 383 additions and 154 deletions

View File

@@ -1,3 +1,9 @@
## 0.8.8
### Minor Analysis Improvements
* Flow is now tracked through Rails `render` calls, when the argument is a `ViewComponent`. In this case, data flow is tracked into the accompanying `.html.erb` file.
## 0.8.7
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.8.8
### Minor Analysis Improvements
* Flow is now tracked through Rails `render` calls, when the argument is a `ViewComponent`. In this case, data flow is tracked into the accompanying `.html.erb` file.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.7
lastReleaseVersion: 0.8.8

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-all
version: 0.8.8-dev
version: 0.8.8
groups: ruby
extractor: ruby
dbscheme: ruby.dbscheme

View File

@@ -1,3 +1,14 @@
## 0.8.8
### New Queries
* Added a new experimental query, `rb/insecure-randomness`, to detect when application uses random values that are not cryptographically secure.
### Minor Analysis Improvements
* Added new unsafe deserialization sinks for the ox gem.
* Added an additional unsafe deserialization sink for the oj gem.
## 0.8.7
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new experimental query, `rb/insecure-randomness`, to detect when application uses random values that are not cryptographically secure.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Added new unsafe deserialization sinks for the ox gem.
* Added an additional unsafe deserialization sink for the oj gem.

View File

@@ -0,0 +1,10 @@
## 0.8.8
### New Queries
* Added a new experimental query, `rb/insecure-randomness`, to detect when application uses random values that are not cryptographically secure.
### Minor Analysis Improvements
* Added new unsafe deserialization sinks for the ox gem.
* Added an additional unsafe deserialization sink for the oj gem.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.7
lastReleaseVersion: 0.8.8

View File

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