paramiko 2.0.0-1ubuntu1.1 source package in Ubuntu

Changelog

paramiko (2.0.0-1ubuntu1.1) bionic-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 and python3-mock Build-Depends.
    - CVE-2018-1000805

 -- Marc Deslauriers <email address hidden>  Tue, 16 Oct 2018 10:04:38 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.0.0.orig.tar.gz 267.4 KiB acf3866621794d68ce42bd5bcb769b6f9ff7e362cc1064e1b1af4185cdc4ed3b
paramiko_2.0.0-1ubuntu1.1.debian.tar.xz 12.3 KiB a337d74701ee45d70e1afe5e860119fcc7d64fc00856e4817983751177231ff3
paramiko_2.0.0-1ubuntu1.1.dsc 2.4 KiB 71dc3007c01b016ba4c547be350964650ab56a6aa9420ed62bfec5c7847c5854

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 (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.

python3-paramiko: Make ssh v2 connections (Python 3)

 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 3 version of the package.