There are 5 repositories under sanitizer topic.
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
Start Rails in one command
Use DOMPurify on server and client in the same way
Fuzz your Rust code with Google-developed Honggfuzz !
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
Project moved to: https://github.com/llvm/llvm-project
C++ project template with unit-tests, documentation, ci-testing and workflows.
Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.
Custom memory allocator that helps discover reads from uninitialized memory
Fast JavaScript HTML Sanitizer, client-side (i.e. needs a browser, won't work in Node and other backend)
Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0
An easy to use request sanitizer that allows you to sanitize your form data before validating it.
This repository is a collection of JavaScript gadgets that can be used to bypass XSS mitigations such as Content Security Policy (CSP) and HTML sanitizers like DOMPurify.
Runtime type and bounds-error checking for C/C++
Package python to remove common ugliness from a csv-like file
Decorator based class property sanitation in Typescript.
Inclusive Angular API for DOMPurify
🛁 Lightweight Go library providing robust string sanitization and normalization utilities
Small library showing information about lost memory.
SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP >= 8.1.
GuardedStruct macro allows to build Structs that provide you with a number of important options Validation, Sanitizing, Constructor
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.