rack-utf8_sanitizer
UTF8 sanitizer
A middleware solution to sanitize invalid UTF8 characters in request data
Rack::UTF8Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.
316 stars
16 watching
53 forks
Language: Ruby
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that removes common unicode confusables/homoglyphs from strings | 105 |
| A tool that sanitizes HTML to protect against cross-site scripting (XSS) attacks by parsing and filtering the input string | 274 |
| Makes data safe to use by removing or escaping potentially hazardous elements | 65 |
| A library that sanitizes filenames to remove unwanted characters and whitespace, allowing for flexible filename generation. | 28 |
| A package to improve R's handling of UTF-8 text by fixing bugs and providing additional functionality | 113 |
| Provides an object-oriented API to sanitize untrusted HTML input | 241 |
| An interface for checking application health in Rack applications | 77 |
| A PHP library used to sanitize and clean SVG/XML data by removing unwanted tags, attributes, and references. | 473 |
| A wrapper of anti-XSS functionality for Laravel, providing a secure way to clean user input. | 240 |
| A gem for sanitizing filenames to ensure they are safe and valid on various operating systems. | 10 |
| A portable and performant implementation of UTF-8 handling in PHP, covering various string functions and Unicode concepts. | 79 |
| Middleware for replacing text in web pages without modifying HTML tags | 3 |
| Tools to sanitize user input in web applications by removing or restricting malicious HTML elements and attributes | 28 |
| A middleware to enforce SSL connections in web applications | 591 |
| Utility to make tree-based data safe by removing dangerous content | 50 |