python-future 0.18.2-5ubuntu0.1 source package in Ubuntu
Changelog
python-future (0.18.2-5ubuntu0.1) jammy-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:29:04 +0100
Upload details
- Uploaded by:
- David Fernandez Gonzalez
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | updates | main | misc | |
Jammy | security | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-future_0.18.2.orig.tar.xz | 638.4 KiB | 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128 |
python-future_0.18.2-5ubuntu0.1.debian.tar.xz | 10.6 KiB | 0ba4bf76f0b3ddb906bb24c5b34a2b856d4a1bad6ce2e1e94b4c35419baad918 |
python-future_0.18.2-5ubuntu0.1.dsc | 2.3 KiB | 90ac3e2e37e5c5b76f5ccd9ba847232b79bd7cd2eb4a84712c1afa07f4589f6a |
Available diffs
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.