Merge branch 'main' into util/inline-expect-test-use-end-line

This commit is contained in:
Tom Hvitved
2023-02-20 10:03:38 +01:00
committed by GitHub
171 changed files with 23828 additions and 166 deletions

View File

@@ -1,3 +1,9 @@
## 0.5.3
### Minor Analysis Improvements
* Ruby 3.1: one-line pattern matches are now supported. The AST nodes are named `TestPattern` (`expr in pattern`) and `MatchPattern` (`expr => pattern`).
## 0.5.2
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.5.3
### Minor Analysis Improvements
* Ruby 3.1: one-line pattern matches are now supported. The AST nodes are named `TestPattern` (`expr in pattern`) and `MatchPattern` (`expr => pattern`).

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.2
lastReleaseVersion: 0.5.3

View File

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

View File

@@ -1,3 +1,14 @@
## 0.5.3
### New Queries
* Added a new query, `rb/regex/badly-anchored-regexp`, to detect regular expression validators that use `^` and `$`
as anchors and therefore might match only a single line of a multi-line string.
### Minor Analysis Improvements
* The `rb/polynomial-redos` query now considers the entrypoints of the API of a gem as sources.
## 0.5.2
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The `rb/polynomial-redos` query now considers the entrypoints of the API of a gem as sources.

View File

@@ -1,5 +1,10 @@
---
category: newQuery
---
## 0.5.3
### New Queries
* Added a new query, `rb/regex/badly-anchored-regexp`, to detect regular expression validators that use `^` and `$`
as anchors and therefore might match only a single line of a multi-line string.
### Minor Analysis Improvements
* The `rb/polynomial-redos` query now considers the entrypoints of the API of a gem as sources.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.2
lastReleaseVersion: 0.5.3

View File

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