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
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
XS Advanced Container Security API for node.js
Makes it possible to use DOMPurify on server and client in the same way.
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.
Express middleware for the validator module.
Validates XSS related issues of mixing HTML and non-HTML content in variables.
rehype plugin to sanitize HTML
Content Security Policy middleware
Various XSS-hunter ESLint rules
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.
Safe replacement for the v-html directive
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
XSS (Cross-Site Script) Filter for Node.js & the browser
A standalone library for XSS sanitization and detection.
🛡️ Security Module for Nuxt based on HTTP Headers and Middleware
- 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)
A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks
Jam3 eslint plugin for react
Whitelist of HTML tags and attributes to help prevent XSS attacks.
Node.js Connect middleware to sanitize user input coming from POST body, GET queries, and url params. Works with Express
Functions to send html templates based on pug template system.
XSS PoC payload
XSS Secure
A helper for safely embedding URLs in style properties
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
Scrubs xss content in a JavaScript object
Middleware to help to prevent xss attacks in your Express/Connect apps
Various sanitizer, escaper, encoder, and utilities to prevent XSS
Express middleware for the sanitizer module.
A markdown-it plugin to make your render content more secure
Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe