paramiko 1.10.1-1git1ubuntu0.2 source package in Ubuntu

Changelog

paramiko (1.10.1-1git1ubuntu0.2) trusty-security; urgency=medium

  * SECURITY UPDATE: server-side authentication vulnerability
    - debian/patches/CVE-2018-1000805-pre.patch: fix MSG_UNIMPLEMENTED in
      paramiko/transport.py, added tests to tests/test_transport.py.
    - debian/patches/CVE-2018-1000805.patch: split messages dict in
      paramiko/auth_handler.py, added tests to tests/test_transport.py.
    - debian/control: added python-mock to Build-Depends.
    - CVE-2018-1000805

 -- Marc Deslauriers <email address hidden>  Tue, 16 Oct 2018 11:21:31 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
paramiko_1.10.1.orig.tar.gz 212.1 KiB fc96931a594e86736e577073ef535d25598d445a4fbcfe4ba3e7a9c8c24e65ec
paramiko_1.10.1-1git1ubuntu0.2.debian.tar.gz 11.6 KiB fa83457a96bff991f9e0d14350d80882755ea62d4eefa576fabf1f7b8df21c83
paramiko_1.10.1-1git1ubuntu0.2.dsc 2.1 KiB bb44124d355b21212d5ce832ed146cc56b3eae4069ede22ed1d75dbdd7b8a683

View changes file

Binary packages built by this source

paramiko-doc: Make ssh v2 connections with Python (Documentation)

 This is a library for making SSH2 connections (client or server).
 Emphasis is on using SSH2 as an alternative to SSL for making secure
 connections between Python scripts. All major ciphers and hash methods
 are supported. SFTP client and server mode are both supported too.
 .
 This is the documentation for the package.

python-paramiko: Make ssh v2 connections with Python (Python 2)

 This is a library for making SSH2 connections (client or server).
 Emphasis is on using SSH2 as an alternative to SSL for making secure
 connections between Python scripts. All major ciphers and hash methods
 are supported. SFTP client and server mode are both supported too.
 .
 This is the Python 2 version of the package.