From 94cecbf13ae0dbcbd8c4585f0f25f1da18136a6a Mon Sep 17 00:00:00 2001 From: Ed Minnix Date: Wed, 18 Dec 2024 16:48:54 -0500 Subject: [PATCH] Change note --- .../change-notes/2024-12-18-blazor-attribute-sources.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2024-12-18-blazor-attribute-sources.md diff --git a/csharp/ql/lib/change-notes/2024-12-18-blazor-attribute-sources.md b/csharp/ql/lib/change-notes/2024-12-18-blazor-attribute-sources.md new file mode 100644 index 000000000000..34fabfdd2311 --- /dev/null +++ b/csharp/ql/lib/change-notes/2024-12-18-blazor-attribute-sources.md @@ -0,0 +1,7 @@ +--- +category: minorAnalysis +--- +* Added `remote` flow source models for properties of Blazor components annotated with any of the following attributes from `Microsoft.AspNetCore.Components`: + - `[Parameter]` + - `[SupplyParameterFromForm]` + - `[SupplyParameterFromQuery]`