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

Changelog

python-werkzeug (0.14.1+dfsg1-1ubuntu0.2) bionic-security; urgency=medium

  * SECURITY UPDATE: Shadow cookie with nameless cookie
    - debian/patches/CVE-2023-23934.patch: don't strip leading = when
      parsing cookie.
    - CVE-2023-23934
  * SECURITY UPDATE: DoS when processing unlimited multipart form data parts
    - debian/patches/CVE-2023-25577.patch: limit the maximum number of
      multipart form parts.
    - CVE-2023-25577

 -- Fabian Toepfer <email address hidden>  Fri, 10 Mar 2023 14:56:53 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_0.14.1+dfsg1.orig.tar.gz 1.1 MiB 45b0e29d86735cad912ed19ac137308d3dd91526ac78b5607f5384745519ab3e
python-werkzeug_0.14.1+dfsg1-1ubuntu0.2.debian.tar.xz 10.9 KiB ebe83ae707d6347a97f66353fccaba42af7f3ed96bc099b6ea092b3259023da3
python-werkzeug_0.14.1+dfsg1-1ubuntu0.2.dsc 2.7 KiB 0b457c05588f2bd6819c42c5b4e7a1305719ac9a1e940cc8a23f1c6884f5a639

View changes file

Binary packages built by this source

python-werkzeug: collection of utilities for WSGI applications (Python 2.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 2.x module.

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.