python-tornado 6.2.0-3ubuntu0.1 source package in Ubuntu

Changelog

python-tornado (6.2.0-3ubuntu0.1) lunar-security; urgency=medium

  * SECURITY UPDATE: Open redirect vulnerability
   - debian/patches/CVE-2023-28370.patch: fix an open
     redirect in StaticFileHandler in tornado/web.py.
   - CVE-2023-28370

 -- Leonidas Da Silva Barbosa <email address hidden>  Mon, 05 Jun 2023 11:44:15 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
python-tornado_6.2.0.orig.tar.gz 506.9 KiB c2e902e4771eb90b057c7629fa239a59ecae63052919c3b5e61253f2c8a5f0d6
python-tornado_6.2.0-3ubuntu0.1.debian.tar.xz 10.5 KiB f45a16d35e85ec32a27f51120d86c6af9c0fdde9634a792045bfdd7654eaa6a5
python-tornado_6.2.0-3ubuntu0.1.dsc 2.6 KiB 502f65bc1aafc2f6791319d14f080cc6745df31adcf808dd4e48ac8fb27e32c7

View changes file

Binary packages built by this source

python-tornado-doc: scalable, non-blocking web server and tools - documentation

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This package contains the documentation.

python3-tornado: scalable, non-blocking web server and tools - Python 3 package

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This is the Python 3 version of the package.

python3-tornado-dbgsym: debug symbols for python3-tornado