python-werkzeug 2.0.2+dfsg1-1ubuntu0.22.04.3 source package in Ubuntu

Changelog

python-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.3) jammy-security; urgency=medium

  * SECURITY UPDATE: DoS via memory consumption
    - debian/patches/CVE-2024-49767.patch: apply max_form_memory_size
      another level up in the parser in src/werkzeug/formparser.py,
      src/werkzeug/sansio/multipart.py, tests/test_formparser.py.
    - CVE-2024-49767

 -- Marc Deslauriers <email address hidden>  Wed, 30 Oct 2024 14:32:22 +0100

Upload details

Uploaded by:
Marc Deslauriers
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-werkzeug_2.0.2+dfsg1.orig.tar.xz 727.0 KiB 9c8dd071e4a5db990805a9fd579ad3570175c1b2c7d54bbf96c3e2961db3e623
python-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.3.debian.tar.xz 14.4 KiB 613e967dfadcf7b0119089c6dd882f9ce58ae7eda2034270f7abf469ac2c0678
python-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.3.dsc 2.6 KiB 47920c13ccd40f26c120cec5d5d4ac47e3a03283ffe19020ceb2d2f73dd0cd0a

View changes file

Binary packages built by this source

python-werkzeug-doc: documentation for the werkzeug Python library (docs)

 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package provides the Sphinx generated documentation for Werkzeug.

python3-werkzeug: collection of utilities for WSGI applications (Python 3.x)

 The Web Server Gateway Interface (WSGI) is a standard interface between web
 server software and web applications written in Python.
 .
 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package contains the Python 3.x module.