wheel 0.30.0-0.2ubuntu0.1 source package in Ubuntu

Changelog

wheel (0.30.0-0.2ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: ReDOS in install.py
    - debian/patches/CVE-2022-40898.patch: Fix potential DoS attack
      via WHEEL_INFO_RE by restricting matching dash and dot characters
      in wheel/install.py.
    - CVE-2022-40898

 -- David Fernandez Gonzalez <email address hidden>  Mon, 23 Jan 2023 11:46:47 +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 universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.30.0.orig.tar.gz 42.1 KiB 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8
wheel_0.30.0-0.2ubuntu0.1.debian.tar.xz 10.0 KiB a57b01890f5c57248259894174ad0fc08976b3e82877310882ed1874db863e5c
wheel_0.30.0-0.2ubuntu0.1.dsc 2.4 KiB 752230d4c3a80a7c7909e5e8ae5febfaaa59297ef70cb7ecc6526ab6aeb490f2

View changes file

Binary packages built by this source

python-wheel: built-package format for Python

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 This is the Python 2 compatible package.

python-wheel-common: built-package format for Python

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 These are the command line scripts and manpages.

python3-wheel: built-package format for Python

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 This is the Python 3 compatible package.