mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
768 B
768 B
5.1.0
Deprecated APIs
- The predicates
immediatelyControlsandcontrolson theConditionBlockclass have been deprecated in favor of the newly addeddominatingEdgepredicate.
Minor Analysis Improvements
- Full support for C# 13 / .NET 9. All new language features are now supported by the extractor. QL library and data flow support for the new C# 13 language constructs and generated MaD models for the .NET 9 runtime.
- C# 13: Add generated models for .NET 9.
- The models for
System.Net.Http.HttpRequestMessageandSystem.UriBuilderhave been modified to better model the flow of tainted URIs. - Blazor
[Parameter]fields bound to a variable from the route specified in the@pagedirective are now modeled as remote flow sources.