awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cure53/dompurifycure53 的头像

    cure53/DOMPurify

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