python-sanitize
Data sanitizer
Makes data safe to use by removing or escaping potentially hazardous elements
Bringing sanity to world of messed-up data
65 stars
3 watching
7 forks
Language: Python
last commit: about 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/hast-util-sanitize | Utility to make tree-based data safe by removing dangerous content | 50 |
elixirstatus/phoenix_html_sanitizer | Tools to sanitize user input in web applications by removing or restricting malicious HTML elements and attributes | 27 |
symfony/html-sanitizer | Provides an object-oriented API to sanitize untrusted HTML input | 238 |
sztheory/zaru_crystal | A gem for sanitizing filenames to ensure they are safe and valid on various operating systems. | 10 |
s0md3v/uro | Removes unwanted content and duplicates from URL lists for security testing | 1,201 |
whitequark/rack-utf8_sanitizer | A middleware solution to sanitize invalid UTF8 characters in request data | 314 |
null8626/decancer | A library that removes common unicode confusables/homoglyphs from strings | 102 |
ricn/zarex | A library that sanitizes filenames to remove unwanted characters and whitespace, allowing for flexible filename generation. | 28 |
fastify/secure-json-parse | A JSON parser with additional security features to prevent prototype pollution | 225 |
python-security/pyt | A tool that analyzes Python web applications for potential security vulnerabilities | 2,176 |
mewebstudio/purifier | A Laravel package providing an HTML filter service to clean and sanitize user input | 1,882 |
darylldoyle/svg-sanitizer | A PHP library used to sanitize and clean SVG/XML data by removing unwanted tags, attributes, and references. | 467 |
gbleaney/python_security | Lists and provides examples of Python libraries and APIs vulnerable to remote code execution | 35 |
auraphp/aura.filter | Tools to validate and sanitize objects and arrays in PHP. | 160 |
antidot/pyckson | A Python library to serialize objects to JSON by inferring their structure from class definitions. | 28 |