phoenix_html_sanitizer
HTML sanitizer
Tools to sanitize user input in web applications by removing or restricting malicious HTML elements and attributes
HTML Sanitizer for Phoenix
27 stars
3 watching
13 forks
Language: Elixir
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rrrene/html_sanitize_ex | A tool that sanitizes HTML to protect against cross-site scripting (XSS) attacks by parsing and filtering the input string | 273 |
phoenixframework/phoenix_html | Builds upon Elixir to create safe and convenient HTML structures and abstractions for Phoenix applications. | 403 |
ikeikeikeike/phoenix_html_simplified_helpers | A collection of reusable functions for simplifying HTML output in Elixir Phoenix applications. | 31 |
defactosoftware/test_selector | A set of Elixir helpers to select elements in Phoenix tests | 14 |
symfony/html-sanitizer | Provides an object-oriented API to sanitize untrusted HTML input | 238 |
f34nk/tidy_ex | A C-based Elixir binding for a popular HTML cleaning tool. | 9 |
xemlock/htmlpurifier-html5 | A library that provides HTML5 element definitions and sanitization rules for the popular HTML Purifier library | 101 |
danhper/elixir-browser | Detects browser types and versions from user-agent strings | 100 |
hashrocket/gatling | Automates deployment of Phoenix web applications to servers. | 496 |
mewebstudio/purifier | A Laravel package providing an HTML filter service to clean and sanitize user input | 1,882 |
junekelly/sneeze | Tools for rendering Elixir data structures into HTML | 59 |
zamith/sass_elixir | A plugin for Elixir projects that integrates Sass stylesheets into the development process. | 1 |
ricn/zarex | A library that sanitizes filenames to remove unwanted characters and whitespace, allowing for flexible filename generation. | 28 |
antonmi/espec_phoenix | Provides an Elixir wrapper around ESpec to enable Behavioral Driven Development (BDD) for the Phoenix web framework | 138 |
mischov/meeseeks | A parser and extractor for HTML and XML data with CSS or XPath selectors | 316 |