python-werkzeug 2.2.2-3ubuntu0.1 source package in Ubuntu

Changelog

python-werkzeug (2.2.2-3ubuntu0.1) mantic-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 21:53:24 +0200

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_2.2.2.orig.tar.xz 724.2 KiB 553e9415d4b084ba51208a5c093d3a624f1dd189a150ad858043e059fb47177d
python-werkzeug_2.2.2-3ubuntu0.1.debian.tar.xz 14.6 KiB 3070dac5474d30a86697731a01978fc7e532d0b70a1d4a17f2cbd8454ec33d01
python-werkzeug_2.2.2-3ubuntu0.1.dsc 2.7 KiB 8503a6eabe6493fe90fa43409dc5f7458f5bdd4446259803297a8140ad651684

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.