Escape a string for use in HTML or the inverse
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
Express middleware for the validator module.
Makes it possible to use DOMPurify on server and client in the same way.
rehype plugin to sanitize HTML
Secure XSS Filters - Just sufficient output filtering to prevent XSS!
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.
💎 Isomorphic html sanitizer by DOMPurify + sanitize-html
Express middleware for the sanitizer module.
a complete package to control user input data to prevent Cross Site Scripting (XSS) ,Sql injection and no Sql injection attack
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.
This module Sanitizes HTML input, stripping all tags and attributes that aren't whitelisted.HTML sanitization can be used to protect against cross-site scripting (XSS) attacks by sanitizing any HTML code submitted by a user.
💎 Use DOMPurify for some context by conditional exports
This package helps to filter the input text that is malicious and intended to attack the server.
Express middleware for the sanitizer module using Caja's HTML Sanitizer and HTML escape using htmlencode.
automatic sanitization of req body fields, params and query. uses caja. automatically does sanitization and escaping as middleware.
Express middleware for the sanitizer module using Caja's HTML Sanitizer.
Class-based sanitization in TypeScript using decorators
Various sanitizer, escaper, encoder, and utilities to prevent XSS
Use dedicated classes to authorize and validate requests
Scrubs xss content in a JavaScript object
Koa middleware for the validator module.
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
regex-vault is a centralized library of regular expressions for validation, security, and efficient data manipulation.
simple node middleware to sanitize req.body object
Lightweight plugin for sanitize your html
react-sanitizer-parser
An Ember addon that wraps DOMPurify.
Ember addon to help purify DOM content
A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks
A Nuxt 3 module that integrates DOMPurify for sanitizing HTML content and protecting against XSS attacks, with support for multiple profiles.
Express middleware for the sanitizer module using Caja's HTML Sanitizer and HTML escape using htmlencode. Forked from express-sanitize-escape as the original package is no longer maintained
Koa middleware for the validator module. Support v1 and v2.
![Async Logo](https://raw.githubusercontent.com/caolan/@merger203/reimagined-rotary-phone/master/logo/@merger203/reimagined-rotary-phone-logo_readme.jpg)
A simple Markdown to HTML converter that transforms Markdown content into HTML code, which is sanitized to prevent XSS attacks.