markupsafe

MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Escaping is implemented in C so it is as efficient as possible.
Current version: 1.1.1

History

Effective Date Table ID Version Download URL Project URL Version URL
2024-08-26 12 1.1.1 download project version
2022-03-31 11 1.1.1 download project version