Release preparation for version 2.23.7

This commit is contained in:
github-actions[bot]
2025-12-01 16:07:37 +00:00
parent f1aaefc107
commit 19a13467e0
174 changed files with 432 additions and 147 deletions

View File

@@ -1,3 +1,9 @@
## 2.6.16
### Minor Analysis Improvements
- JavaScript `DataFlow::globalVarRef` now recognizes `document.defaultView` as an alias of `window`, allowing flows such as `document.defaultView.history.pushState(...)` to be modeled and found by queries relying on `globalVarRef("history")`.
## 2.6.15
No user-facing changes.

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
## 2.6.16
### Minor Analysis Improvements
- JavaScript `DataFlow::globalVarRef` now recognizes `document.defaultView` as an alias of `window`, allowing flows such as `document.defaultView.history.pushState(...)` to be modeled and found by queries relying on `globalVarRef("history")`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.15
lastReleaseVersion: 2.6.16

View File

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

View File

@@ -1,3 +1,9 @@
## 2.2.1
### Minor Analysis Improvements
* Fixed a bug in the Next.js model that would cause the analysis to miss server-side taint sources in the `app/pages` folder.
## 2.2.0
### Query Metadata Changes

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 2.2.1
### Minor Analysis Improvements
* Fixed a bug in the Next.js model that would cause the analysis to miss server-side taint sources in the `app/pages` folder.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.2.0
lastReleaseVersion: 2.2.1

View File

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