Release preparation for version 2.22.0

This commit is contained in:
github-actions[bot]
2025-06-09 18:14:51 +00:00
parent 98186e3f0e
commit 88ba02edf8
160 changed files with 378 additions and 98 deletions

View File

@@ -1,3 +1,9 @@
## 2.6.5
### Minor Analysis Improvements
* Added taint flow through the `URL` constructor from the `url` package, improving the identification of SSRF vulnerabilities.
## 2.6.4
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 2.6.5
### Minor Analysis Improvements
* Added taint flow through the `URL` constructor from the `url` package, improving the identification of SSRF vulnerabilities.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.4
lastReleaseVersion: 2.6.5

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 2.6.5-dev
version: 2.6.5
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript

View File

@@ -1,3 +1,7 @@
## 1.6.2
No user-facing changes.
## 1.6.1
### Minor Analysis Improvements

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.1
lastReleaseVersion: 1.6.2

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 1.6.2-dev
version: 1.6.2
groups:
- javascript
- queries