python3-cryptography: fix CVE-2023-23931

Upstream-Status: Backport
[9fbf84efc8]

Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Vijay Anusuri
2023-06-09 14:49:04 +05:30
committed by Armin Kuster
parent eae14f75ed
commit a0a0abb540
2 changed files with 46 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ SRC_URI += " \
file://0001-chunked-update_into-5419.patch \
file://0002-chunking-didn-t-actually-work-5499.patch \
file://0003-correct-buffer-overflows-cause-by-integer-overflow-i.patch \
file://CVE-2023-23931.patch \
"
inherit pypi setuptools3