mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.2 KiB
1.2 KiB
4.2.0
Deprecated APIs
- The member predicate
hasLocationInfohas been deprecated on the following classes:BasicBlock,Callable,Content,ContentSet,ControlFlow::Node,DataFlowCallable,DataFlow::Node,Entity,GVN,HtmlTemplate::TemplateStmt,IR:WriteTarget,SourceSinkInterpretationInput::SourceOrSinkElement,SourceSinkInterpretationInput::InterpretNode,SsaVariable,SsaDefinition,SsaWithFields,StringOps::ConcatenationElement,Type, andVariableWithFields. UsegetLocation()instead.
Major Analysis Improvements
- Go 1.24 is now supported. This includes the new language feature of generic type aliases.
Minor Analysis Improvements
- The location info for the following classes has been changed slightly to match a location that is in the database:
BasicBlock,ControlFlow::EntryNode,ControlFlow::ExitNode,ControlFlow::ConditionGuardNode,IR::ImplicitLiteralElementIndexInstruction,IR::EvalImplicitTrueInstruction,SsaImplicitDefinition,SsaPhiNode. - Added
databasesource models for thegithub.com/rqlite/gorqlitepackage. - Added
databasesource models for database methods from thego.mongodb.org/mongo-driver/mongopackage.