python-bottle 0.12.15-2.1ubuntu0.1 source package in Ubuntu

Changelog

python-bottle (0.12.15-2.1ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: Web cache poisoning
    - debian/patches/CVE-2020-28473.patch: Do not split query strings on ;
      anymore in bottle.py.
    - CVE-2020-28473

 -- Leonidas Da Silva Barbosa <email address hidden>  Tue, 05 Oct 2021 14:17:52 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bottle_0.12.15.orig.tar.gz 282.4 KiB 18499bc1ec4a1af71d1df26f96b9a6f3f1d36ee45aa8420531b939ac402f3513
python-bottle_0.12.15-2.1ubuntu0.1.debian.tar.xz 6.6 KiB 6fc2c755a9005c7e84b72347ac43a51ce6907923c921fae56480f7104570b2fa
python-bottle_0.12.15-2.1ubuntu0.1.dsc 2.3 KiB f46414ca3d857cd1a0e37a546f2fe0553e48d58128364fd07151553af94834f8

View changes file

Binary packages built by this source

python-bottle-doc: fast and simple WSGI-framework for Python - documentation

 Bottle is a fast and simple WSGI-framework for the Python programming
 language. It offers request dispatching with url parameter support
 (routes), templates, key/value databases, a built-in HTTP server and
 adapters for many third party WSGI/HTTP-server and template engines.
 .
 This package contains the Python module documentation.

python3-bottle: fast and simple WSGI-framework for Python3

 Bottle is a fast and simple WSGI-framework for the Python3 programming
 language. It offers request dispatching with url parameter support
 (routes), templates, key/value databases, a built-in HTTP server and
 adapters for many third party WSGI/HTTP-server and template engines.