mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
python3: fix CVE-2026-6100
Pick patch from [1] also mentioned at NVD report in [2] [1] https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-6100 [3] https://security-tracker.debian.org/tracker/CVE-2026-6100 (From OE-Core rev: 0bc9ba624b2fbeff3bf7e2ee4d2858b9c702fca1) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
d30ed7ed1b
commit
0c205679dd
@@ -35,6 +35,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
|
||||
file://0001-test_active_children-skip-problematic-test.patch \
|
||||
file://0001-test_readline-skip-limited-history-test.patch \
|
||||
file://CVE-2026-1502.patch \
|
||||
file://CVE-2026-6100.patch \
|
||||
"
|
||||
|
||||
SRC_URI:append:class-native = " \
|
||||
|
||||
Reference in New Issue
Block a user