python-cryptography 41.0.7-4ubuntu0.1 source package in Ubuntu

Changelog

python-cryptography (41.0.7-4ubuntu0.1) noble-security; urgency=medium

  * SECURITY UPDATE: null pointer dereference
    - debian/patches/CVE-2024-26130.patch: null check before dereference
    - CVE-2024-26130

 -- Jorge Sancho Larraz <email address hidden>  Mon, 27 May 2024 09:18:06 +0200

Upload details

Uploaded by:
Jorge Sancho Larraz
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates main misc
Noble security main misc

Downloads

File Size SHA-256 Checksum
python-cryptography_41.0.7.orig.tar.gz 616.1 KiB 13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
python-cryptography_41.0.7-4ubuntu0.1.debian.tar.xz 11.2 KiB f3b759b59be6c9dba8bb988fd7ee1c48a7f480e6764640b3447950a6684c0a7d
python-cryptography_41.0.7-4ubuntu0.1.dsc 3.3 KiB cbaa6584ca7c8431f362aa02e908f954b14fa69cfeb962e59ac5c151623c76a0

View changes file

Binary packages built by this source

python-cryptography-doc: Python library exposing cryptographic recipes and primitives (documentation)

 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the documentation for cryptography.

python3-cryptography: Python library exposing cryptographic recipes and primitives (Python 3)

 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the Python 3 version of cryptography.

python3-cryptography-dbgsym: debug symbols for python3-cryptography