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

Changelog

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

  * SECURITY UPDATE: remote code execution
    - debian/patches/CVE-2024-34069.patch: restrict debugger trusted hosts
    - CVE-2024-34069

 -- Fabian Toepfer <email address hidden>  Tue, 21 May 2024 22:00:37 +0200

Upload details

Uploaded by:
Fabian Toepfer
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.2.debian.tar.xz 13.4 KiB 3d1afb61105bb4b692559ea1eea79932b572792706362bceef8330aa3b7170bb
python-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2.dsc 2.6 KiB 9ed44e42d6bb27aa9f8dba68a97b93d90fb4ae26b6ecdc8c5dbcb22847d180cd

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.