markupsafe
String Escaper
Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup
Safely add untrusted strings to HTML/XML markup.
637 stars
29 watching
156 forks
Language: Python
last commit: about 1 year ago
Linked from 2 awesome lists
htmlhtml-escapejinjamarkupsafepalletspythontemplate-engine
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Rewrites JavaScript to escape non-ASCII characters in string literals. | 12 |
| | A utility for escaping and formatting string literals in template tags to prevent XSS vulnerabilities | 31 |
| | Converts JSON data to Markdown format. | 579 |
| | Wraps a string with ANSI escape codes to a specified column width. | 120 |
| | Markdown-formatted documentation on Drupal Security vulnerabilities and mitigations | 54 |
| | A streaming HTML5 and XML parser that detects character encodings, emits signals, and provides error recovery. | 146 |
| | Escapes special characters in regular expressions to ensure safe string insertion | 584 |
| | Tools for debugging and inspecting Flask web applications | 954 |
| | A secure-by-default XML parser and serializer library | 32 |
| | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| | Automatically detects and exploits template escape bugs in web applications | 15 |
| | A markdown parser written in Crystal, compliant to CommonMark specification. | 110 |
| | Decodes JavaScript escape notation to UTF-8 bytes using a C-based binding. | 4 |
| | Rich text editing library for HTML and Markdown | 1,628 |