mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
786 B
786 B
0.4.0
New Features
- Improved support for Restify framework, leading to more results when scanning applications developed with this framework.
- Added support for the Spife framework.
Minor Analysis Improvements
- Deleted the deprecated
Instanceclass from theVuemodule. - Deleted the deprecated
VHtmlSourceWriteclass fromDomBasedXssQuery.qll. - Deleted all the deprecated
[QueryName].qllfiles from thejavascript/ql/lib/semmle/javascript/security/dataflowfolder, use the corresponding[QueryName]Query.qllfiles instead. - The ReDoS libraries in
semmle.code.javascript.security.regexphas been moved to a shared pack inside theshared/folder, and the previous location has been deprecated.