summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat_2.2.10.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-03-11 21:58:34 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-15 23:00:09 +0800
commit60dd7d2deeda838346f30b6f8de28dfac7efac0d (patch)
treed73c0bcf6862a2c4755cc75a25f5ffc5060ee94c /meta/recipes-core/expat/expat_2.2.10.bb
parent29d86bcad4fc43e09d7499c3f6fba8c499170b9b (diff)
downloadopenembedded-core-60dd7d2deeda838346f30b6f8de28dfac7efac0d.tar.gz
expat: fix CVE-2022-25235
Backport patch to fix CVE-2022-25235 for expat. CVE: CVE-2022-25235 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.2.10.bb')
-rw-r--r--meta/recipes-core/expat/expat_2.2.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.10.bb b/meta/recipes-core/expat/expat_2.2.10.bb
index a851e54b2a..0b3331981c 100644
--- a/meta/recipes-core/expat/expat_2.2.10.bb
+++ b/meta/recipes-core/expat/expat_2.2.10.bb
@@ -17,6 +17,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA
file://CVE-2021-46143.patch \
file://CVE-2022-23852.patch \
file://CVE-2022-23990.patch \
+ file://CVE-2022-25235.patch \
"
UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/"