C#: Add change note.

This commit is contained in:
Michael Nebel
2025-04-15 10:53:40 +02:00
parent f11aec3592
commit 0b10d34cae

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved detection of authorization checks in the `cs/web/missing-function-level-access-control` query. The query now recognizes authorization attributes inherited from base classes and interfaces.