Files
phs_v1.0.1.0/third_party/markupsafe/README.modification
2024-09-27 19:21:56 +08:00

22 lines
780 B
Plaintext

Name: MarkupSafe
Version: 2.1.1
License: BSD 3-clause License
Website: https://palletsprojects.com/p/markupsafe/
Description:(from Website)
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
Source:
https://github.com/pallets/markupsafe/archive/refs/tags/2.1.1.zip
MD5: 43fd756864fe42063068e092e220c57b
Local Modifications:
Only includes the markup directory from the tarball and the LICENSE and
AUTHORS files, create soft link NOTICE to LICENSE, removing other stuff.