summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
diff options
context:
space:
mode:
authorYue Tao <Yue.Tao@windriver.com>2022-07-25 15:54:57 +0800
committerArmin Kuster <akuster808@gmail.com>2022-07-26 07:08:35 -0700
commitcb4e7fb4b08b7ebbdc21485e9a21845931132759 (patch)
tree2648092b74e9a4ef2ff964973824f68fdea4d468 /meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
parent2763eaf35f9b2b1ed410809cadfbdce27c1fa5e5 (diff)
downloadmeta-openembedded-cb4e7fb4b08b7ebbdc21485e9a21845931132759.tar.gz
python3-lxml: Security fix CVE-2022-2309
CVE-2022-0934: lxml: NULL Pointer Dereference in lxml Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-2309 Patch from: https://github.com/lxml/lxml/commit/86368e9cf70a0ad23cccd5ee32de847149af0c6f Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
index c4d4df383a..0c78d97abd 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
@@ -20,7 +20,8 @@ DEPENDS += "libxml2 libxslt"
20 20
21SRC_URI[sha256sum] = "f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23" 21SRC_URI[sha256sum] = "f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23"
22 22
23SRC_URI += "${PYPI_SRC_URI}" 23SRC_URI += "${PYPI_SRC_URI} \
24 file://CVE-2022-2309.patch "
24inherit pkgconfig pypi setuptools3 25inherit pkgconfig pypi setuptools3
25 26
26# {standard input}: Assembler messages: 27# {standard input}: Assembler messages: