python-werkzeug 0.16.1+dfsg1-2ubuntu0.2 source package in Ubuntu

Changelog

python-werkzeug (0.16.1+dfsg1-2ubuntu0.2) focal-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, 28 May 2024 16:21:16 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_0.16.1+dfsg1.orig.tar.xz 733.0 KiB e4a105190a59c3c7456501d28a9e8a58badafeea510f4ce21cb656bddb1adc8c
python-werkzeug_0.16.1+dfsg1-2ubuntu0.2.debian.tar.xz 12.6 KiB 367aaf408ffc715932ace8c6140d8d53e35c5e9eae8d20b337115866cf21924a
python-werkzeug_0.16.1+dfsg1-2ubuntu0.2.dsc 2.5 KiB 4d1e839f93b4b907175a7f6665922d35cec871cb4298b31f474cb179792d812a

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.