C#: Address review comments.

This commit is contained in:
Michael Nebel
2025-05-13 14:20:06 +02:00
parent a7ddfe2e89
commit 3449a34018

View File

@@ -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.