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,638GitHub पर देखें↗

    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