mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
12 lines
1.1 KiB
Markdown
12 lines
1.1 KiB
Markdown
## 4.2.0
|
|
|
|
### Deprecated APIs
|
|
|
|
* The member predicate `hasLocationInfo` has 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`, and `VariableWithFields`. Use `getLocation()` instead.
|
|
|
|
### 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 `database` source models for the `github.com/rqlite/gorqlite` package.
|
|
* Added `database` source models for database methods from the `go.mongodb.org/mongo-driver/mongo` package.
|