mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
786 B
Markdown
14 lines
786 B
Markdown
## 0.4.0
|
|
|
|
### New Features
|
|
|
|
* Improved support for [Restify](http://restify.com/) framework, leading to more results when scanning applications developed with this framework.
|
|
* Added support for the [Spife](https://github.com/npm/spife) framework.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Deleted the deprecated `Instance` class from the `Vue` module.
|
|
* Deleted the deprecated `VHtmlSourceWrite` class from `DomBasedXssQuery.qll`.
|
|
* Deleted all the deprecated `[QueryName].qll` files from the `javascript/ql/lib/semmle/javascript/security/dataflow` folder, use the corresponding `[QueryName]Query.qll` files instead.
|
|
* The ReDoS libraries in `semmle.code.javascript.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.
|