python-idna 3.6-2ubuntu0.1 source package in Ubuntu

Changelog

python-idna (3.6-2ubuntu0.1) noble-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 10:55:01 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.6.orig.tar.gz 171.3 KiB 9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
python-idna_3.6-2ubuntu0.1.debian.tar.xz 8.6 KiB 7db3efdca63eb6078b7023aa961cb8aae3378fcb32f1a3f3f1be70d617114bb7
python-idna_3.6-2ubuntu0.1.dsc 2.2 KiB e03fe8cd6160cc67f71b4c41091e423f12324300925a42c74fafd6785ec7cc44

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.