refactor: resolve review comments in PR #81 (issuecomment-542)

This commit is contained in:
2026-06-11 20:06:54 +02:00
parent 039973b974
commit 81aba4b443
12 changed files with 192 additions and 84 deletions
@@ -2,6 +2,7 @@ namespace NexusReader.Application.Abstractions.Services;
/// <summary>
/// Service for sanitizing raw input text (e.g. Markdown/HTML) to protect against XSS injection.
/// Intended to have a Singleton lifetime.
/// </summary>
public interface ISanitizerService
{