poky/meta/recipes-devtools/python/python3-cryptography
Narpat Mali 1367249c99 python3-cryptography: fix for CVE-2023-23931
cryptography is a package designed to expose cryptographic primitives
and recipes to Python developers. In affected versions `Cipher.update_into`
would accept Python objects which implement the buffer protocol, but
provide only immutable buffers. This would allow immutable objects
(such as `bytes`) to be mutated, thus violating fundamental rules of
Python and resulting in corrupted output. This now correctly raises
an exception. This issue has been present since `update_into` was
originally introduced in cryptography 1.8.

(From OE-Core rev: 368e450c2d800790a05924519f34c579e28e9cbb)

Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2023-05-10 04:19:56 -10:00
..
0001-Cargo.toml-specify-pem-version.patch
0002-Cargo.toml-edition-2018-2021.patch
check-memfree.py
CVE-2023-23931.patch python3-cryptography: fix for CVE-2023-23931 2023-05-10 04:19:56 -10:00
fix-leak-metric.patch python3-cryptography: backport fix for leaky test 2022-04-10 08:31:17 +01:00
run-ptest python3-cryptography: Fix ptest result handling 2022-03-17 16:44:33 +00:00