Release preparation for version 2.18.2

This commit is contained in:
github-actions[bot]
2024-08-07 14:02:38 +00:00
parent eea9df894a
commit 019da8c287
163 changed files with 425 additions and 180 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.5
No user-facing changes.
## 1.0.4
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.5
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.4
lastReleaseVersion: 1.0.5

View File

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

View File

@@ -1,3 +1,9 @@
## 1.1.0
### New Queries
* Added a new query, `rb/weak-sensitive-data-hashing`, to detect cases where sensitive data is hashed using a weak cryptographic hashing algorithm.
## 1.0.4
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: newQuery
---
## 1.1.0
### New Queries
* Added a new query, `rb/weak-sensitive-data-hashing`, to detect cases where sensitive data is hashed using a weak cryptographic hashing algorithm.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.4
lastReleaseVersion: 1.1.0

View File

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