python-idna 3.3-1ubuntu0.1 source package in Ubuntu

Changelog

python-idna (3.3-1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: resource exhaustion
    - debian/patches/CVE-2024-3651.patch: checks input before processing
    - CVE-2024-3651

 -- Jorge Sancho Larraz <email address hidden>  Fri, 10 May 2024 11:06:56 +0200

Upload details

Uploaded by:
Jorge Sancho Larraz
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main python
Jammy security main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.3.orig.tar.gz 280.0 KiB 9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
python-idna_3.3-1ubuntu0.1.debian.tar.xz 8.6 KiB 1b7556a5b2e6df80e282e0cb9bc27b0411d17c67bd4d1772d871e0f5491deefa
python-idna_3.3-1ubuntu0.1.dsc 2.2 KiB a923b2a46e83f3eec669c41b4ab03586f51946ab5c6268b5077d2552ec17f653

View changes file

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.