mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.8 KiB
1.8 KiB
2.6.0
New Features
- Extraction now supports regular expressions with the
vflag, using the new operators:- Intersection
&& - Subtraction
-- \qquoted string
- Intersection
Major Analysis Improvements
- Added support for TypeScript 5.8.
Minor Analysis Improvements
- Added support for additional
fs-extramethods as sinks in path-injection queries. - Added support for the newer version of
Hapiwith the@hapi/hapiimport andserverfunction. - Improved modeling of the
node:fsmodule:await-ed calls toreadandreadFileare now supported. - Added support for the
@sap/hana-client,@sap/hdbextandhdbpackages. - Enhanced
axiossupport with new methods (postForm,putForm,patchForm,getUri,create) and added support forinterceptors.requestandinterceptors.response. - Improved support for
gotpackage withOptions,paginate()andextend() - Added support for the
ApolloServerclass from@apollo/serverand similar packages. In particular, the incoming data in a GraphQL resolver is now seen as a source of untrusted user input. - Improved support for
superagentto handle the case where the package is directly called as a function, or via the.del()or.agent()method. - Added support for the
underscore.stringpackage. - Added additional flow step for
unescape()andescape(). - Added support for the
@tanstack/vue-querypackage. - Added taint-steps for
unescape(). - Added support for the
@tanstack/angular-query-experimentalpackage. - Improved support for the
@angular/common/httppackage, detecting outgoing HTTP requests in more cases. - Improved the modeling of the
markdown-tablepackage to ensure it handles nested arrays properly. - Added support for the
react-relaylibrary.