python-idna 3.6-2.1 source package in Ubuntu

Changelog

python-idna (3.6-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix CVE-2024-3651: Specially crafted inputs to idna.encode() can consume
    significant resources, which may lead to denial of service.
    (Closes: #1069127)

 -- Guilhem Moulin <email address hidden>  Thu, 30 May 2024 14:55:00 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.6-2.1.dsc 2.0 KiB 3922d4123d6e8892bfb3cfc6c6a3cdf6da8304b5231ef8d50e87a54b2f3c7617
python-idna_3.6.orig.tar.gz 171.3 KiB 9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
python-idna_3.6-2.1.debian.tar.xz 8.7 KiB 79ba27ab76a766d036c8957d2e4a62b39a07ba86bd827443f0440534ca5a3710

Available diffs

No changes file available.

Binary packages built by this source

python3-idna: Python IDNA2008 (RFC 5891) handling (Python 3)

 A library to support the Internationalised Domain Names in Applications (IDNA)
 protocol as specified in RFC 5891. This version of the protocol is often
 referred to as “IDNA2008” and can produce different results from the earlier
 standard from 2003.
 .
 The library is also intended to act as a suitable drop-in replacement for the
 “encodings.idna” module that comes with the Python standard library but
 currently only supports the older 2003 specification.
 .
 This package contains the module for Python 3.