bluemonday
HTML sanitizer
A fast and highly configurable HTML sanitizer that protects against cross-site scripting (XSS) attacks by scrubbing user-generated content against an allowlist of safe elements and attributes.
bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
3k stars
38 watching
178 forks
Language: Go
last commit: 8 months ago
Linked from 3 awesome lists
allowlistgogolanghtmlowaspsanitizationsecurityxss
Related projects:
Repository | Description | Stars |
---|---|---|
| Sanitizes untrusted HTML to prevent cross-site scripting attacks by filtering input based on a whitelist of allowed tags and attributes. | 5,227 |
| Sanitizes user input HTML to prevent XSS attacks. | 149 |
| A JavaScript library for cleaning up and sanitizing user-submitted HTML, removing unwanted content while preserving whitelisted elements and attributes. | 3,867 |
| A DOM-only XSS sanitizer for HTML, MathML, and SVG | 14,245 |
| A library that cleans HTML to prevent cross-site scripting attacks | 1,573 |
| A markdown processor implemented in Go, supporting common extensions and fast utf-8 input processing. | 5,476 |
| Compiles Go code to JavaScript for running in browsers | 12,785 |
| Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,603 |
| A collection of scripts and payloads designed to exploit Cross-Site Scripting (XSS) vulnerabilities in web applications. | 6,484 |
| Analyze crash dumps from Go applications to deduce and prioritize problematic goroutines | 3,533 |
| A toolkit for building microservices in Go | 26,684 |
| An open-source toolkit designed to help businesses and penetration testers execute simulated phishing attacks and security awareness training. | 11,868 |
| Maintains documentation and helper code for a set of sanitizers to detect and prevent common programming errors. | 11,610 |
| Provides an object-oriented API to sanitize untrusted HTML input | 241 |
| Detects and exploits Blind Cross-site scripting (XSS) vulnerabilities to retrieve sensitive information and control user interactions. | 41 |