wok-current annotate python-paste/description.txt @ rev 25659

Update expat CVE-2023-52425,CVE-2023-52426, patch libxml2 CVE-2024-25062
author Stanislas Leduc <shann@slitaz.org>
date Sun Feb 18 10:03:28 2024 +0000 (10 months ago)
parents
children
rev   line source
Hans-G?nter@25213 1 Paste provides several pieces of "middleware" (or filters) that can be nested
Hans-G?nter@25213 2 to build web applications.
Hans-G?nter@25213 3 Each piece of middleware uses the WSGI (PEP 333) interface, and should be
Hans-G?nter@25213 4 compatible with other middleware based on those interfaces.