python-aiohttp 3.9.5-1 source package in Ubuntu

Changelog

python-aiohttp (3.9.5-1) unstable; urgency=medium

  * Team upload.
  * Use pybuild-plugin-pyproject.
  * New upstream release:
    - CVE-2024-23829: Python HTTP parser still overly lenient about
      separators (closes: #1062708).
    - CVE-2024-23334: aiohttp.web.static(follow_symlinks=True) is vulnerable
      to directory traversal (closes: #1062709).
    - CVE-2024-30251: DoS when trying to parse malformed POST requests
      (closes: #1070364).
    - CVE-2024-27306: XSS on index pages for static file handling (closes:
      #1070665).
  * Standards-Version: 3.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Sun, 16 Jun 2024 12:39:52 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-aiohttp_3.9.5-1.dsc 2.5 KiB 764d5b9fb904114fb507e1e31c809c8bb80847ea498ed12873c8e6bde242e79b
python-aiohttp_3.9.5.orig.tar.gz 7.2 MiB edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551
python-aiohttp_3.9.5-1.debian.tar.xz 7.6 KiB 6e97d2538d6b30e61f823466f89f3923cbd66c6d11c3c00ff838b0e18bd7302f

No changes file available.

Binary packages built by this source

python-aiohttp-doc: documentation of python3-aiohttp

 HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
 .
 Features:
  * supports both client and server side of HTTP protocol,
  * supports both client and server Web-Sockets out-of-the-box,
  * web-server has middlewares and pluggable routing.
 .
 This package provides HTML documentation for aiohttp.

python3-aiohttp: http client/server for asyncio

 HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
 .
 Features:
  * supports both client and server side of HTTP protocol,
  * supports both client and server Web-Sockets out-of-the-box,
  * web-server has middlewares and pluggable routing.

python3-aiohttp-dbgsym: debug symbols for python3-aiohttp