mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
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:
@@ -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.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Added support for TypeScript 5.0.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The crypto-js module in `CryptoLibraries.qll` now supports progressive hashing with algo.update().
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* `router.push` and `router.replace` in `Next.js` are now considered as XSS sink.
|
||||
10
javascript/ql/lib/change-notes/released/0.6.0.md
Normal file
10
javascript/ql/lib/change-notes/released/0.6.0.md
Normal 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().
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.5.2
|
||||
lastReleaseVersion: 0.6.0
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `DisablingCertificateValidation.ql` query has been updated to check `createServer` from `https` for disabled certificate validation.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
14
javascript/ql/src/change-notes/released/0.6.0.md
Normal file
14
javascript/ql/src/change-notes/released/0.6.0.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.5.6
|
||||
lastReleaseVersion: 0.6.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/javascript-queries
|
||||
version: 0.6.0-dev
|
||||
version: 0.6.1-dev
|
||||
groups:
|
||||
- javascript
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user