C#: Update change note.

This commit is contained in:
Michael Nebel
2025-04-02 09:38:15 +02:00
parent d7f5ce2492
commit 22c943657a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Enhanced LogForgingQuery to treat C# Enums as simple types.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Enums and `System.DateTimeOffset` are now treated as *simple* types, which means that they are considered to have a sanitizing effect. This impacts many queries, among others the `cs/log-forging` query.