- The class
BuiltinTypeis now deprecated. Use the new replacementBuiltinTypeEntityinstead. - The class
DeclaredTypeis now deprecated. Use the new replacementDeclaredTypeEntityinstead.
- 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.