mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Merge branch 'github:main' into main
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `rb/polynomial-redos` query now considers the entrypoints of the API of a gem as sources.
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.5.2
|
||||
lastReleaseVersion: 0.5.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/ruby-queries
|
||||
version: 0.5.3-dev
|
||||
version: 0.5.4-dev
|
||||
groups:
|
||||
- ruby
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user