mirror of
https://github.com/github/codeql.git
synced 2026-04-15 03:54:02 +02:00
510 B
510 B
5.4.6
Minor Analysis Improvements
- The predicate
SummarizedCallable.propagatesFlowhas been extended with the columnsProvenance pandboolean isExact, and as a consequence the predicatesSummarizedCallable.hasProvenanceandSummarizedCallable.hasExactModelhave been removed. - C# 14: Support for null-conditional assignments (such as
c?.Prop = p). Furthermore, theMaybeNullExprclass now takes null-conditional access (such as?.) into account when modeling potential null values.