wok annotate python-pastescript/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
rev   line source
Hans-G?nter@25215 1 PasteScript is a pluggable command-line tool.
Hans-G?nter@25215 2
Hans-G?nter@25215 3 Note: Paste Script is being maintained on life support.
Hans-G?nter@25215 4 That means that critical bugs will be fixed, and support for
Hans-G?nter@25215 5 new versions of Python will be handled, but other than that
Hans-G?nter@25215 6 new features are not being considered.
Hans-G?nter@25215 7
Hans-G?nter@25215 8 It includes some built-in features;
Hans-G?nter@25215 9
Hans-G?nter@25215 10 - Create file layouts for packages.
Hans-G?nter@25215 11 For instance, paster create --template=basic_package MyPackage will
Hans-G?nter@25215 12 create a setuptools-ready file layout.
Hans-G?nter@25215 13 - Serving up web applications, with configuration based on paste.deploy.