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

Changelog

python-werkzeug (3.0.1-3ubuntu0.1) noble-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:16 +0200

Upload details

Uploaded by:
Fabian Toepfer
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-werkzeug_3.0.1.orig.tar.xz 702.8 KiB acc5bf483bd710b1a66d0c876975e3967960fbe713be68a534b3d36beecad36b
python-werkzeug_3.0.1-3ubuntu0.1.debian.tar.xz 20.8 KiB 183f8b5dc034ffe30cef6eecbd0c05cfd886330255cce6f952e2bcf14ea6cbac
python-werkzeug_3.0.1-3ubuntu0.1.dsc 2.9 KiB f057df6907e26f8b856ceea8c7dd03fb99e948f7454656eaa1ea7196d2bf000b

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.