A CSS sanitizer to prevent XSS attacks
Node wrapper for the Google Caja HTML/CSS sanitizer
PostCSS plugin that removes properties and values based on options (think like a CSS sanitizer)
Fast HTML+CSS sanitizer — Zig/Lexbor compiled to WASM
A simple utility to sanitize a string according to ArcGIS supported HTML specification.
A fast, native Bun-powered HTML sanitizer with DOMPurify-like features. Protection against XSS and malicious content.
Express middleware for the sanitizer module.
Express 4.x and 5.x middleware which sanitizes user input data (in req.body, req.query, req.headers and req.params) to prevent Cross Site Scripting (XSS) attack.
Decorator based class property sanitation in Typescript.
Caja's HTML Sanitizer as a Node.js module
TypeScript definitions for sanitizer
An intuitive & tiny string sanitizer to remove any special characters or convert strings to create filename or url 🎉🎉
PromptShield sanitizer that applies safe, deterministic fixes to text based on detected prompt-injection threats such as invisible characters, markdown smuggling, and BOM artifacts.
Herramienta CLI para eliminar CSS y blockClass no utilizados en proyectos VTEX IO.
sanitizer for markdown-it.
DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin
Plugin for Logrocket to mask request/response bodies by designated field names
Node wrapper for caja sanitizer for html/css
Sanitize out invalid xml characters from your strings
a complete package to control user input data to prevent Cross Site Scripting (XSS) ,Sql injection and no Sql injection attack
Lightning Web Security HTML and SVG sanitization utilities
An express middleware inspired from express-sanitizer but additionally sanitizes URL params. It also gives an option to provide a preprocessor function to decide whether a (key, value) pair should be sanitized or not.
Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis
Express JS middleware to cleanup/sanitize json request body in express
Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML and/or CSS from a string except the elements, attributes, and properties you choose to allow.'
HTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous elements like script, style, and iframe tags, remove event attributes, and safely render user-generated content.
Sanitize and sterilize HTML, also includes a CSS filter.
Make HTML trustworthy for rendering within your web app via Google HTML sanitizers. This is _not_ about stripping HTML but rather about cleaning it of javascript (onclicks, etc.) as well as CSS.