115 skills found · Page 1 of 4
cure53 / DOMPurifyDOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
leizongmin / Js XssSanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
microcosm-cc / Bluemondaybluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
mozilla / BleachBleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
rgrove / SanitizeRuby HTML and CSS sanitizer.
flavorjones / LoofahRuby library for HTML/XML transformation and sanitization
rust-ammonia / AmmoniaRepair and secure untrusted HTML
bevacqua / Insane:pouting_cat: Lean and configurable whitelist-oriented HTML sanitizer
tgalopin / Html SanitizerSanitize untrustworthy HTML user input
theSmaw / Caja HTML SanitizerBundles Google Caja's HTML Sanitizer within a npm installable node.js module
messense / Nh3Python binding to Ammonia HTML sanitizer Rust crate
gbirke / Sanitize.jsSanitize.js is a whitelist-based HTML sanitizer.
rrrene / Html Sanitize ExHTML sanitizer for Elixir
symfony / Html SanitizerProvides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.
microsoft / JSanityA secure-by-default, performance, cross-browser client-side HTML sanitization library
rehypejs / Rehype Sanitizeplugin to sanitize HTML
jitbit / HtmlSanitizerFast JavaScript HTML Sanitizer, client-side (i.e. needs a browser, won't work in Node and other backend)
GeReV / NSoupNSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java
kevin-mizu / GMSGadgetThis repository is a collection of JavaScript gadgets that can be used to bypass XSS mitigations such as Content Security Policy (CSP) and HTML sanitizers like DOMPurify.
ecto / Bleach:no_entry_sign: minimalistic HTML sanitizer for node.js