Revert "Merge pull request #15522 from github/release-prep/2.16.2"

This reverts commit c4c8cd6b34, reversing
changes made to 525f27173d.
This commit is contained in:
Dave Bartolomeo
2024-02-08 09:28:34 -05:00
parent c4c8cd6b34
commit a58dd45d0b
148 changed files with 154 additions and 381 deletions

View File

@@ -1,9 +1,3 @@
## 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,5 +1,4 @@
## 0.8.8
### Minor Analysis Improvements
---
category: minorAnalysis
---
* 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.8
lastReleaseVersion: 0.8.7

View File

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

View File

@@ -1,14 +1,3 @@
## 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

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

View File

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

View File

@@ -1,10 +0,0 @@
## 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.8
lastReleaseVersion: 0.8.7

View File

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