[PR #2208] [MERGED] Ignore serialize FilterDescriptor Type property #3133

Open
opened 2026-01-29 18:22:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2208
Author: @gincsai
Created: 7/7/2025
Status: Merged
Merged: 7/8/2025
Merged by: @enchev

Base: masterHead: ignore-serialization-filter-descriptor-type


📝 Commits (1)

  • 72fa25f System.Type cannot be serialized out of the box in C# (possible security issue)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+2 -0)

📄 Description

System.Type cannot be serialized out of the box in C# (possible security issue)

By ignoring the Type property, FilterDescriptor can be used for custom server-side filtering.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2208 **Author:** [@gincsai](https://github.com/gincsai) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `ignore-serialization-filter-descriptor-type` --- ### 📝 Commits (1) - [`72fa25f`](https://github.com/radzenhq/radzen-blazor/commit/72fa25f4eb9608bca595e7c793d86cb4fe675ee8) System.Type cannot be serialized out of the box in C# (possible security issue) ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+2 -0) </details> ### 📄 Description System.Type cannot be serialized out of the box in C# (possible security issue) By ignoring the Type property, FilterDescriptor can be used for custom server-side filtering. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:22:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3133