C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-06-25 15:24:11 +02:00
parent becd46a47e
commit cfadd30f98

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added explicit SQL injection Models as Data models for `Microsoft.Data.SqlClient.SqlCommand` and `Microsoft.Data.SqlClient.SqlDataAdapter`. This reduces false negatives for the query `cs/sql-injection`.