wheel 0.37.1-2ubuntu0.22.10.1 source package in Ubuntu

Changelog

wheel (0.37.1-2ubuntu0.22.10.1) kinetic-security; urgency=medium

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

 -- David Fernandez Gonzalez <email address hidden>  Mon, 23 Jan 2023 11:25:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic updates universe misc
Kinetic security universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.37.1.orig.tar.xz 54.7 KiB 703d610bdca7458fe71b3e53f37c622c6b434f1e6663c3bf03c1e1033e922627
wheel_0.37.1-2ubuntu0.22.10.1.debian.tar.xz 7.3 KiB bf18d08ed43d56ebda34dd68e9940765368756d863a8270115a43cfbd08ebafe
wheel_0.37.1-2ubuntu0.22.10.1.dsc 2.4 KiB 7af84864490884c4aeb8ffd7da068bbfb1883662f37e3eb8560ad63fdef25405

View changes file

Binary packages built by this source

python-wheel-common: built-package format for Python (command-line scripts)

 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.

python3-wheel-whl: built-package format for Python (wheel wheel)

 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.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using wheel inside a virtual environment.