Fix change note

This commit is contained in:
Ed Minnix
2024-12-13 12:48:01 -05:00
parent 8e37a5cd55
commit 129388c78a

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added the constructor of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`.
* Added the constructor and explicit cast operator of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`.