awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesSanitization Contexts

Adjusts filtering logic based on the document structure to prevent bypasses in nested or malformed HTML.

Distinct from Context-Aware Tooling: Focuses on document-structure-aware sanitization, distinct from general tool-loading context.

Explore 1 awesome GitHub repository matching software engineering & architecture · Sanitization Contexts. Refine with filters or upvote what's useful.

Awesome Sanitization Contexts GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cure53/dompurifyAvatar von cure53

    cure53/DOMPurify

    16,638Auf GitHub ansehen↗

    DOMPurify is a security-focused library designed to sanitize untrusted HTML input, preventing cross-site scripting attacks by stripping malicious code while preserving safe content. It functions as a utility for secure document object model manipulation, ensuring that user-provided rich text can be rendered safely within web applications. The library distinguishes itself through a single-pass, mutation-observer-free processing model that operates on detached document fragments to avoid triggering unintended side effects. It employs recursive node traversal and context-aware logic to inspect a

    Adapts sanitization logic dynamically to handle complex or nested HTML structures safely.

    JavaScriptcross-site-scriptingdomdompurify
    Auf GitHub ansehen↗16,638
  1. Home
  2. Software Engineering & Architecture
  3. Context-Aware Tooling
  4. Sanitization Contexts