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

Changelog

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

  * SECURITY UPDATE: fix information disclosure vulnerability
    - debian/patches/CVE-2022-31799.patch: fix error mishandling during early
      request binding in bottle.py
    - CVE-2022-31799

 -- Nishit Majithia <email address hidden>  Mon, 25 Jul 2022 17:40:00 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe python
Focal security universe python

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.2.debian.tar.xz 7.1 KiB 79871d41e769a703c0e9625935f254293872a752dd4860f713a22e29b09bb28c
python-bottle_0.12.15-2.1ubuntu0.2.dsc 2.2 KiB 3bbc3199b1a707448ae560d331b98c32db9bc7ddf3111564c2da884b6f133076

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.