We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1e215 commit 6ac163aCopy full SHA for 6ac163a
change-notes/1.23/analysis-csharp.md
@@ -43,5 +43,6 @@ The following changes in version 1.23 affect C# analysis in all applications.
43
* There is now a `DataFlow::localExprFlow` predicate and a
44
`TaintTracking::localExprTaint` predicate to make it easy to use the most
45
common case of local data flow and taint: from one `Expr` to another.
46
+* Data is now tracked through null-coalescing expressions (`??`).
47
48
## Changes to autobuilder
0 commit comments