Merge branch 'github:main' into JS-Allow-Truncated-Hash-Forge-NonKeyCipher

This commit is contained in:
smiddy007
2023-04-19 13:40:32 -04:00
committed by GitHub
594 changed files with 13806 additions and 4206 deletions

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,5 @@
---
category: minorAnalysis
---
* Improved the call graph to better handle the case where a function is stored on
a plain object and subsequently copied to a new host object via an `extend` call.

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.