python-cryptography 41.0.7-ok3 source package in openKylin

Changelog

python-cryptography (41.0.7-ok3) nile; urgency=medium

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

 -- liubo01 <email address hidden>  Tue, 05 Nov 2024 09:22:30 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-cryptography_41.0.7.orig.tar.gz 616.1 KiB 13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
python-cryptography_41.0.7-ok3.debian.tar.xz 5.8 KiB f95fa74acb2c7881a0686e9cdaf14eec488acbf5d12cf657c5c2bfd1d761ee52
python-cryptography_41.0.7-ok3.dsc 3.0 KiB e263a470fd52b227f5cb79fa34190584512bcdc93769398ee3212a1148b2b813

Available diffs

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