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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cure53/dompurifyAvatar de cure53

    cure53/DOMPurify

    16,638Ver en GitHub↗

    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
    Ver en GitHub↗16,638
  1. Home
  2. Software Engineering & Architecture
  3. Context-Aware Tooling
  4. Sanitization Contexts