Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
Secure XSS Filters - Just sufficient output filtering to prevent XSS!
Middleware to disable the X-XSS-Protection header
Escape a string for use in HTML or the inverse
XS Advanced Container Security API for node.js
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
Makes it possible to use DOMPurify on server and client in the same way.
Express middleware for the validator 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.
rehype plugin to sanitize HTML
Validates XSS related issues of mixing HTML and non-HTML content in variables.
Various XSS-hunter ESLint rules
Content Security Policy middleware
XSS filter extension for showdown
TypeScript definitions for xss-filters
This package helps to filter the input text that is malicious and intended to attack the server.
A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
XSS (Cross-Site Script) Filter for Node.js & the browser
Safe replacement for the v-html directive
🛡️ Security Module for Nuxt based on HTTP Headers and Middleware
Scrubs xss content in a JavaScript object
A security-focused wrapper for react-markdown that filters URLs based on allowed prefixes
A TypeScript library for safe display and sanitization to prevent XSS attacks.
Jam3 eslint plugin for react
Type definitions for xss-clean package
XSS Secure
Node.js Connect middleware to sanitize user input coming from POST body, GET queries, and url params. Works with Express
- demo - [example](https://mengxinssfd.github.io/typedoc-theme/) - [request-template](https://mengxinssfd.github.io/request-template/) - [example-code](https://github.com/mengxinssfd/typedoc-theme/tree/main/example)
This package facilitates the filtration of input text susceptible to server-side exploitation. It encompasses a model trained on a dataset comprising approximately 6,000 XSS-attack scripts to categorize the input into two predefined classes: vulnerable an
TypeScript definitions for express-xss-sanitizer
Express middleware for the sanitizer module.
a small script to remove script tags from SVGs
A helper for safely embedding URLs in style properties
A markdown-it plugin to make your render content more secure
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.
Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe
Middleware to help to prevent xss attacks in your Express/Connect apps