python-autobahn 17.10.1+dfsg1-7 source package in Ubuntu

Changelog

python-autobahn (17.10.1+dfsg1-7) unstable; urgency=high

  * CVE-2020-35678: allows redirect header injection. Applied upstream patch:
    URL must be re-encoded when doing redirect (Closes: #978416).

 -- Thomas Goirand <email address hidden>  Mon, 07 Jun 2021 09:49:43 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_17.10.1+dfsg1-7.dsc 2.5 KiB cb32feb52bcaec3b5718b503c380d0d7503cbd287e2ee4e3ce2ea964ab532c01
python-autobahn_17.10.1+dfsg1.orig.tar.xz 1.1 MiB fd42fa43d6c10b176bd3da91924cc7e0d2ed4981976a35bf7b91361847a5be83
python-autobahn_17.10.1+dfsg1-7.debian.tar.xz 5.3 KiB 9fe687534c2f3f50a746531b4610ccfc10a7cf36f3933a956d279b1f72a0153e

No changes file available.

Binary packages built by this source

python3-autobahn: WebSocket client and server library, WAMP framework - Python 3.x

 Autobahn|Python is a networking library that is part of the Autobahn project
 and provides implementations of:
  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)
 for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
 .
 WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
 asynchronous Remote Procedure Calls and Publish & Subscribe on top of
 WebSocket.
 .
 This package contains the Python 3.x module.