1Name: MarkupSafe 2Version: 2.1.1 3License: BSD 3-clause License 4 5Website: https://palletsprojects.com/p/markupsafe/ 6 7Description:(from Website) 8MarkupSafe implements a text object that escapes characters so it is safe to 9use in HTML and XML. Characters that have special meanings are replaced so that 10they display as the actual characters. This mitigates injection attacks, 11meaning untrusted user input can safely be displayed on a page. 12Escaping is implemented in C so it is as efficient as possible 13 14 15Source: 16https://github.com/pallets/markupsafe/archive/refs/tags/2.1.1.zip 17MD5: 43fd756864fe42063068e092e220c57b 18 19Local Modifications: 20Only includes the markup directory from the tarball and the LICENSE and 21AUTHORS files, create soft link NOTICE to LICENSE, removing other stuff. 22