Merge pull request #15531 from github/post-release-prep/codeql-cli-2.16.2

Post-release preparation for codeql-cli-2.16.2
This commit is contained in:
Dave Bartolomeo
2024-02-08 05:58:17 -08:00
committed by GitHub
148 changed files with 381 additions and 154 deletions

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.9-dev
groups:
- ruby
- queries