mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
690 B
690 B
4.3.0
Deprecated APIs
- The class
BuiltinTypeis now deprecated. Use the new replacementBuiltinTypeEntityinstead. - The class
DeclaredTypeis now deprecated. Use the new replacementDeclaredTypeEntityinstead.
Minor Analysis Improvements
- Added models for the
Headfunction and theClient.Headmethod, from thenet/httppackage, to theHttp::ClientRequestclass. This means that they will be recognized as sinks for the querygo/request-forgeryand the experimental querygo/ssrf. - Previously,
DefinedType.getBaseTypegave the underlying type. It now gives the right hand side of the type declaration, as the documentation indicated that it should.