mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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>
This commit is contained in:
@@ -20,7 +20,8 @@ DEPENDS += "libxml2 libxslt"
|
||||
|
||||
SRC_URI[sha256sum] = "f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23"
|
||||
|
||||
SRC_URI += "${PYPI_SRC_URI}"
|
||||
SRC_URI += "${PYPI_SRC_URI} \
|
||||
file://CVE-2022-2309.patch "
|
||||
inherit pkgconfig pypi setuptools3
|
||||
|
||||
# {standard input}: Assembler messages:
|
||||
|
||||
Reference in New Issue
Block a user