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.
636 stars
29 watching
157 forks
Language: Python
last commit: 28 days ago
Linked from 2 awesome lists
htmlhtml-escapejinjamarkupsafepalletspythontemplate-engine
Related projects:
Repository | Description | Stars |
---|---|---|
mbostock/rollup-plugin-ascii | Rewrites JavaScript to escape non-ASCII characters in string literals. | 12 |
janpot/escape-html-template-tag | A utility for escaping and formatting string literals in template tags to prevent XSS vulnerabilities | 31 |
ionicabizau/json2md | Converts JSON data to Markdown format. | 575 |
chalk/wrap-ansi | Wraps a string with ANSI escape codes to a specified column width. | 120 |
greggles/cracking-drupal | Markdown-formatted documentation on Drupal Security vulnerabilities and mitigations | 55 |
aantron/markup.ml | A streaming HTML5 and XML parser that detects character encodings, emits signals, and provides error recovery. | 146 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 952 |
ruricolist/fxml | A secure-by-default XML parser and serializer library | 32 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
seclab-fudan/tefuzz | Automatically detects and exploits template escape bugs in web applications | 15 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
detailyang/lua-resty-jsdecode | Decodes JavaScript escape notation to UTF-8 bytes using a C-based binding. | 4 |
bevacqua/woofmark | Rich text editing library for HTML and Markdown | 1,630 |