mirror of
https://github.com/github/codeql.git
synced 2025-12-25 13:16:33 +01:00
Revert "Merge pull request #15522 from github/release-prep/2.16.2"
This reverts commitc4c8cd6b34, reversing changes made to525f27173d.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.8.8
|
||||
lastReleaseVersion: 0.8.7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-all
|
||||
version: 0.8.8
|
||||
version: 0.8.8-dev
|
||||
groups: ruby
|
||||
extractor: ruby
|
||||
dbscheme: ruby.dbscheme
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.8.8
|
||||
lastReleaseVersion: 0.8.7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-queries
|
||||
version: 0.8.8
|
||||
version: 0.8.8-dev
|
||||
groups:
|
||||
- ruby
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user