python-future 0.18.2-2ubuntu0.1 source package in Ubuntu

Changelog

python-future (0.18.2-2ubuntu0.1) focal-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:33:14 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
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 main misc
Focal security main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-future_0.18.2.orig.tar.xz 638.4 KiB 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128
python-future_0.18.2-2ubuntu0.1.debian.tar.xz 10.0 KiB 637a576ecca36e78495163925aa49ca881d1853f96caf09de879a1de360f9a33
python-future_0.18.2-2ubuntu0.1.dsc 2.4 KiB 06bae13943728c0f11c474ab1ea8e795ea48b4d64a17b9984d8c31a35024a2db

View changes file

Binary packages built by this source

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.