paramiko 1.7.7.1-2ubuntu1.2 source package in Ubuntu

Changelog

paramiko (1.7.7.1-2ubuntu1.2) precise-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

 -- <email address hidden> (Leonidas S. Barbosa)  Wed, 17 Oct 2018 12:47:27 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
paramiko_1.7.7.1.orig.tar.gz 803.7 KiB 101e7642cbb59574539eaef537d0ef0bb54f1f987cc950f0ada0b050ac245eae
paramiko_1.7.7.1-2ubuntu1.2.debian.tar.gz 10.2 KiB 705a0192bf65eb9ef700324bac36431fb617742cb715adc8b56475f78159d85e
paramiko_1.7.7.1-2ubuntu1.2.dsc 2.0 KiB 46e7f18be2ea55f0441c9bfbd7911283d15bf4b353ed6f35fcfeea521d526fe6

View changes file

Binary packages built by this source

python-paramiko: Make ssh v2 connections with Python

 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.