C#: Add change note.

This commit is contained in:
Michael Nebel
2024-01-18 13:50:52 +01:00
parent 337ab611c9
commit 9e9b5292f2

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed a Log forging false positive when logging the value of a nullable simple type. This fix also applies to all other queries that use the simple type sanitizer.