python-future 0.15.2-4ubuntu2.1 source package in Ubuntu

Changelog

python-future (0.15.2-4ubuntu2.1) bionic-security; urgency=medium

  * SECURITY UPDATE: ReDOS through Set-Cookie header
    - debian/patches/CVE-2022-40899.patch: Fix overlapping \s*
      regex groups in src/future/backports/http/cookiejar.py.
    - CVE-2022-40899

 -- David Fernandez Gonzalez <email address hidden>  Wed, 25 Jan 2023 09:34:31 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main misc
Bionic security main misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-future_0.15.2.orig.tar.gz 1.5 MiB 3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97
python-future_0.15.2-4ubuntu2.1.debian.tar.xz 11.0 KiB 3a2c333378b6b5d89b04637d21e917ad5fd8b014a94be81cf5eadf1967116a7d
python-future_0.15.2-4ubuntu2.1.dsc 2.5 KiB 70728b679c9a66484b244438818daeaa4e940f8d72155e17da066653c5d81fc0

View changes file

Binary packages built by this source

python-future: single-source support for Python 3 and 2 - Python 2.x

 Future is the missing compatibility layer between Python 2 and Python 3. It
 allows one to use a single, clean Python 3.x-compatible codebase to support
 both Python 2 and Python 3 with minimal overhead.
 .
 The imports have no effect on Python 3. On Python 2, they shadow the
 corresponding builtins, which normally have different semantics on Python 3
 versus 2, to provide their Python 3 semantics.
 .
 This package contains the Python 2.x module.

python-future-doc: Clean single-source support for Python 3 and 2 - doc

 Future is the missing compatibility layer between Python 2 and Python 3. It
 allows one to use a single, clean Python 3.x-compatible codebase to support
 both Python 2 and Python 3 with minimal overhead.
 .
 The imports have no effect on Python 3. On Python 2, they shadow the
 corresponding builtins, which normally have different semantics on Python 3
 versus 2, to provide their Python 3 semantics.
 .
 This package contains the documentation.

python3-future: Clean single-source support for Python 3 and 2 - Python 3.x

 Future is the missing compatibility layer between Python 2 and Python 3. It
 allows one to use a single, clean Python 3.x-compatible codebase to support
 both Python 2 and Python 3 with minimal overhead.
 .
 The imports have no effect on Python 3. On Python 2, they shadow the
 corresponding builtins, which normally have different semantics on Python 3
 versus 2, to provide their Python 3 semantics.
 .
 This package contains the Python 3.x module.