mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-21 22:50:24 +00:00
python3-pillow: fix CVE-2026-25990
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-25990 Backport commit[1] which fixes this vulnerability as mentioned NVD report in [2]. [1] https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa [2] https://nvd.nist.gov/vuln/detail/CVE-2026-25990 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c349a4b4b9ec2377a8fd6a7df87dbffe"
|
||||
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \
|
||||
file://0001-support-cross-compiling.patch \
|
||||
file://run-ptest \
|
||||
file://CVE-2026-25990.patch \
|
||||
"
|
||||
SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user