python-future 0.18.2-6ubuntu1 source package in Ubuntu

Changelog

python-future (0.18.2-6ubuntu1) lunar; 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:40:55 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
Sponsored by:
Marc Deslauriers
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main misc

Builds

Lunar: [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-6ubuntu1.debian.tar.xz 10.7 KiB ad67887e41e5956fd86bbe977c25ea05d880cd9b3b3b66b23c1f859e77330d93
python-future_0.18.2-6ubuntu1.dsc 2.2 KiB 3faf638adeb0f8f8c53a74e6afe037ff983fe91a0a1bd7553a7f759b9d1b24d7

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.