diff --git a/csharp/ql/src/change-notes/2025-04-10-uncontrolled-format-string.md b/csharp/ql/src/change-notes/2025-04-10-uncontrolled-format-string.md index 184f84b5176..ed9805f6ece 100644 --- a/csharp/ql/src/change-notes/2025-04-10-uncontrolled-format-string.md +++ b/csharp/ql/src/change-notes/2025-04-10-uncontrolled-format-string.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* The precision of the query `cs/uncontrolled-format-string` has been improved. Calls to `System.Text.CompositeFormat.Parse` are now considered a format like method call. +* The precision of the query `cs/uncontrolled-format-string` has been improved (false negative reduction). Calls to `System.Text.CompositeFormat.Parse` are now considered a format like method call.