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
help secure Express/Connect apps with various HTTP headers
Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS
XS Advanced Container Security API for node.js
Validates XSS related issues of mixing HTML and non-HTML content in variables.
Express 4.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.
Makes it possible to use DOMPurify on server and client in the same way.
Content Security Policy middleware
Various XSS-hunter ESLint rules
rehype plugin to sanitize HTML
TypeScript definitions for xss-filters
XSS filter extension for showdown
This package helps to filter the input text that is malicious and intended to attack the server.
Safe replacement for the v-html directive
XSS (Cross-Site Script) Filter for Node.js & the browser
Escapes content for prevention of XSS (Cross Site Scripting) attacks.
A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks
🛡️ 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)
Jam3 eslint plugin for react
Various sanitizer, escaper, encoder, and utilities to prevent XSS
Scrubs xss content in a JavaScript object
Express middleware for the sanitizer module.
XSS Secure
A markdown-it plugin to make your render content more secure
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
💎 Isomorphic html sanitizer by DOMPurify + sanitize-html
> TODO: description
Middleware to help to prevent xss attacks in your Express/Connect apps
> TODO: description
Cross-Site Scripting (XSS) scanner. This tool helps to find possible XSS vulnerabilities.
Node.js Connect middleware to sanitize user input coming from POST body, GET queries, and url params. Works with Express
Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe
A helper for safely embedding URLs in style properties
React component that wraps dangerously set inner html to allow for displaying HTML content without xss issues being introduced