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: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Utility to make tree-based data safe by removing dangerous content | 50 |
| Tools to sanitize user input in web applications by removing or restricting malicious HTML elements and attributes | 28 |
| Provides an object-oriented API to sanitize untrusted HTML input | 241 |
| A gem for sanitizing filenames to ensure they are safe and valid on various operating systems. | 10 |
| Removes unwanted content and duplicates from URL lists for security testing | 1,225 |
| A middleware solution to sanitize invalid UTF8 characters in request data | 316 |
| A library that removes common unicode confusables/homoglyphs from strings | 105 |
| A library that sanitizes filenames to remove unwanted characters and whitespace, allowing for flexible filename generation. | 28 |
| Provides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks. | 227 |
| A tool that analyzes Python web applications for potential security vulnerabilities | 2,181 |
| A Laravel package providing an HTML filter service to clean and sanitize user input | 1,888 |
| A PHP library used to sanitize and clean SVG/XML data by removing unwanted tags, attributes, and references. | 473 |
| Lists and provides examples of Python libraries and APIs vulnerable to remote code execution | 35 |
| Tools to validate and sanitize objects and arrays in PHP. | 160 |
| A Python library that serializes objects to JSON by analyzing their class structure and parameters. | 28 |