From bfbf6d481d4d9d21fd624528c8a61ccc64fadc4c Mon Sep 17 00:00:00 2001 From: Hitendra Prajapati Date: Mon, 9 Sep 2024 11:00:04 +0530 Subject: python3: fix CVE-2023-27043 Upstream-Status: Backport from https://github.com/python/cpython/commit/2a9273a0e4466e2f057f9ce6fe98cd8ce570331b (From OE-Core rev: 793c22623e8b3da2ca8e28fe662d8428b0f805a7) Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- meta/recipes-devtools/python/python3_3.10.14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3_3.10.14.bb') diff --git a/meta/recipes-devtools/python/python3_3.10.14.bb b/meta/recipes-devtools/python/python3_3.10.14.bb index c337dfe450..8f6a15701f 100644 --- a/meta/recipes-devtools/python/python3_3.10.14.bb +++ b/meta/recipes-devtools/python/python3_3.10.14.bb @@ -39,6 +39,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ file://CVE-2024-8088.patch \ file://CVE-2024-7592.patch \ file://CVE-2024-6232.patch \ + file://CVE-2023-27043.patch \ " SRC_URI:append:class-native = " \ -- cgit v1.2.3-54-g00ecf