wheel 0.34.2-1ubuntu0.1 source package in Ubuntu

Changelog

wheel (0.34.2-1ubuntu0.1) focal-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:31:23 +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 universe misc
Focal security universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.34.2.orig.tar.gz 57.0 KiB 8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
wheel_0.34.2-1ubuntu0.1.debian.tar.xz 10.2 KiB c0112f084f72153f0e0620f88a03c837820069b04d8133e80714b00f08d38357
wheel_0.34.2-1ubuntu0.1.dsc 2.2 KiB c3b067dc650744a8a6a27e5b5fcdcb7c8e886135affec7c5bfaa1ea222be27f1

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.