Release preparation for version 2.23.1

This commit is contained in:
github-actions[bot]
2025-09-16 14:14:42 +00:00
parent 7670a2bd77
commit 02a1b1efcb
182 changed files with 500 additions and 189 deletions

View File

@@ -1,3 +1,10 @@
## 2.6.11
### Minor Analysis Improvements
* Added modeling for promisification libraries `@gar/promisify`, `es6-promisify`, `util.promisify`, `thenify-all`, `call-me-maybe`, `@google-cloud/promisify`, and `util-promisify`.
* Data flow is now tracked through promisified user-defined functions.
## 2.6.10
### Minor Analysis Improvements

View File

@@ -1,5 +1,6 @@
---
category: minorAnalysis
---
## 2.6.11
### Minor Analysis Improvements
* Added modeling for promisification libraries `@gar/promisify`, `es6-promisify`, `util.promisify`, `thenify-all`, `call-me-maybe`, `@google-cloud/promisify`, and `util-promisify`.
* Data flow is now tracked through promisified user-defined functions.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.10
lastReleaseVersion: 2.6.11

View File

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

View File

@@ -1,3 +1,17 @@
## 2.1.0
### Major Analysis Improvements
* Added support for TypeScript 5.9
* Added support for `import defer` syntax in JavaScript and TypeScript.
### Minor Analysis Improvements
* Data flow is now tracked through the `Promise.try` and `Array.prototype.with` functions.
* Query `js/index-out-of-bounds` no longer produces a false-positive when a strictly-less-than check overrides a previous less-than-or-equal test.
* The query `js/remote-property-injection` now detects property injection vulnerabilities through object enumeration patterns such as `Object.keys()`.
* The query "Permissive CORS configuration" (`js/cors-permissive-configuration`) has been promoted from experimental and is now part of the default security suite.
## 2.0.3
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The query "Permissive CORS configuration" (`js/cors-permissive-configuration`) has been promoted from experimental and is now part of the default security suite.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The query `js/remote-property-injection` now detects property injection vulnerabilities through object enumeration patterns such as `Object.keys()`.

View File

@@ -1,5 +0,0 @@
---
category: majorAnalysis
---
* Added support for TypeScript 5.9
* Added support for `import defer` syntax in JavaScript and TypeScript.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Query `js/index-out-of-bounds` no longer produces a false-positive when a strictly-less-than check overrides a previous less-than-or-equal test.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Data flow is now tracked through the `Promise.try` and `Array.prototype.with` functions.

View File

@@ -0,0 +1,13 @@
## 2.1.0
### Major Analysis Improvements
* Added support for TypeScript 5.9
* Added support for `import defer` syntax in JavaScript and TypeScript.
### Minor Analysis Improvements
* Data flow is now tracked through the `Promise.try` and `Array.prototype.with` functions.
* Query `js/index-out-of-bounds` no longer produces a false-positive when a strictly-less-than check overrides a previous less-than-or-equal test.
* The query `js/remote-property-injection` now detects property injection vulnerabilities through object enumeration patterns such as `Object.keys()`.
* The query "Permissive CORS configuration" (`js/cors-permissive-configuration`) has been promoted from experimental and is now part of the default security suite.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.0.3
lastReleaseVersion: 2.1.0

View File

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