Release preparation for version 2.13.0

This commit is contained in:
github-actions[bot]
2023-04-14 13:31:30 +00:00
parent 9169ddb9c1
commit 075d063370
142 changed files with 545 additions and 323 deletions

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.