From 3449a34018ea651bec9ea42b2f95a614e6e3a42f Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Tue, 13 May 2025 14:20:06 +0200 Subject: [PATCH] C#: Address review comments. --- .../src/change-notes/2025-04-10-uncontrolled-format-string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.