mirror of
https://github.com/openharmony/third_party_markupsafe.git
synced 2026-08-24 12:52:49 -04:00
35a8ef389d
Signed-off-by: oumeng <oumeng@huawei.com>
22 lines
780 B
Plaintext
22 lines
780 B
Plaintext
Name: MarkupSafe
|
|
Version: 2.0.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.0.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.
|