mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
780 B
780 B
0.8.10
Major Analysis Improvements
- Improved support for flow through captured variables that properly adheres to inter-procedural control flow.
- We no longer make use of CodeQL database stats, which may affect join-orders in custom queries. It is therefore recommended to test performance of custom queries after upgrading to this version.
Minor Analysis Improvements
- C# 12: Add QL library support (
ExperimentalAttribute) for the experimental attribute. - C# 12: Add extractor and QL library support for
ref readonlyparameters. - C#: The table
expr_compiler_generatedhas been deleted and its content has been added tocompiler_generated. - Data flow via get only properties like
public object Obj { get; }is now captured by the data flow library.