Files
poky/meta/recipes-devtools
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
..
2023-02-15 21:46:56 +00:00
2023-05-10 04:19:56 -10:00
2022-03-02 18:43:24 +00:00
2021-11-25 21:55:10 +00:00
2022-03-16 10:31:40 +00:00
2022-08-01 16:27:29 +01:00
2022-03-16 13:39:12 +00:00
2023-03-28 22:31:53 +01:00
2021-11-03 10:12:42 +00:00
2022-03-24 17:45:29 +00:00
2023-05-10 04:19:56 -10:00
2023-04-11 11:31:52 +01:00
2022-05-25 22:45:50 +01:00
2022-03-23 12:13:49 +00:00
2022-02-08 14:20:18 +00:00
2022-03-11 06:56:01 +00:00
2022-05-25 22:45:50 +01:00
2022-12-01 19:35:05 +00:00
2022-03-20 00:02:22 +00:00
2023-05-03 04:17:12 -10:00
2021-08-02 15:44:10 +01:00
2023-03-23 22:45:33 +00:00
2023-05-03 04:17:12 -10:00
2022-03-02 18:43:24 +00:00
2023-05-03 04:17:12 -10:00
2022-05-04 13:07:33 +01:00
2021-12-08 20:22:10 +00:00
2022-11-24 15:30:01 +00:00