Merge pull request #12847 from github/post-release-prep/codeql-cli-2.13.0

Post-release preparation for codeql-cli-2.13.0
This commit is contained in:
Alex Ford
2023-04-18 14:40:40 +01:00
committed by GitHub
142 changed files with 531 additions and 323 deletions

View File

@@ -1,3 +1,14 @@
## 0.6.0
### Major Analysis Improvements
* Added support for TypeScript 5.0.
### Minor Analysis Improvements
* `router.push` and `router.replace` in `Next.js` are now considered as XSS sink.
* The crypto-js module in `CryptoLibraries.qll` now supports progressive hashing with algo.update().
## 0.5.2
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Added support for TypeScript 5.0.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The crypto-js module in `CryptoLibraries.qll` now supports progressive hashing with algo.update().

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* `router.push` and `router.replace` in `Next.js` are now considered as XSS sink.

View File

@@ -0,0 +1,10 @@
## 0.6.0
### Major Analysis Improvements
* Added support for TypeScript 5.0.
### Minor Analysis Improvements
* `router.push` and `router.replace` in `Next.js` are now considered as XSS sink.
* The crypto-js module in `CryptoLibraries.qll` now supports progressive hashing with algo.update().

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
## 0.6.0
### Minor Analysis Improvements
* The `DisablingCertificateValidation.ql` query has been updated to check `createServer` from `https` for disabled certificate validation.
* Improved the model of jQuery to account for XSS sinks where the HTML string
is provided via a callback. This may lead to more results for the `js/xss` query.
* The `js/weak-cryptographic-algorithm` query now flags cryptograhic operations using a weak block mode,
such as AES-ECB.
### Bug Fixes
* Fixed a bug where a destructuring pattern could not be parsed if it had a property
named `get` or `set` with a default value.
## 0.5.6
No user-facing changes.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* The `js/weak-cryptographic-algorithm` query now flags cryptograhic operations using a weak block mode,
such as AES-ECB.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The `DisablingCertificateValidation.ql` query has been updated to check `createServer` from `https` for disabled certificate validation.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Improved the model of jQuery to account for XSS sinks where the HTML string
is provided via a callback. This may lead to more results for the `js/xss` query.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed a bug where a destructuring pattern could not be parsed if it had a property
named `get` or `set` with a default value.

View File

@@ -0,0 +1,14 @@
## 0.6.0
### Minor Analysis Improvements
* The `DisablingCertificateValidation.ql` query has been updated to check `createServer` from `https` for disabled certificate validation.
* Improved the model of jQuery to account for XSS sinks where the HTML string
is provided via a callback. This may lead to more results for the `js/xss` query.
* The `js/weak-cryptographic-algorithm` query now flags cryptograhic operations using a weak block mode,
such as AES-ECB.
### Bug Fixes
* Fixed a bug where a destructuring pattern could not be parsed if it had a property
named `get` or `set` with a default value.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.6
lastReleaseVersion: 0.6.0

View File

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