html_sanitize_ex
HTML sanitizer
A tool that sanitizes HTML to protect against cross-site scripting (XSS) attacks by parsing and filtering the input string
HTML sanitizer for Elixir
274 stars
6 watching
63 forks
Language: Elixir
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to sanitize user input in web applications by removing or restricting malicious HTML elements and attributes | 28 |
| A library that provides HTML5 element definitions and sanitization rules for the popular HTML Purifier library | 101 |
| A library that sanitizes filenames to remove unwanted characters and whitespace, allowing for flexible filename generation. | 28 |
| An extension that sanitizes user-provided HTML input data to prevent XSS attacks | 7 |
| A C-based Elixir binding for a popular HTML cleaning tool. | 9 |
| A library that cleans HTML to prevent cross-site scripting attacks | 1,573 |
| Provides an object-oriented API to sanitize untrusted HTML input | 241 |
| A library that provides a way to safely process and render HTML content in Angular applications | 18 |
| A Laravel package providing an HTML filter service to clean and sanitize user input | 1,888 |
| A middleware solution to sanitize invalid UTF8 characters in request data | 316 |
| This package provides a way to filter out dangerous HTML tags and attributes from user input in ThinkJS applications. | 4 |
| A library that removes common unicode confusables/homoglyphs from strings | 105 |
| Utility to make tree-based data safe by removing dangerous content | 50 |
| Sanitizes user input HTML to prevent XSS attacks. | 149 |
| Makes data safe to use by removing or escaping potentially hazardous elements | 65 |