aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb
diff options
context:
space:
mode:
authorMatsunaga-Shinji <shin.matsunaga@fujitsu.com>2022-04-05 14:03:10 +0900
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commit85460656d93487544758e12bf42b945d82dad509 (patch)
treecb63d512212929d99aa2f0949d449b114eb21154 /meta-oe/recipes-extended/libzip/libzip_1.8.0.bb
parentdd5ed4dcbb2acae02ee691904f06ca0f714cbc47 (diff)
downloadmeta-openembedded-contrib-85460656d93487544758e12bf42b945d82dad509.tar.gz
libzip: add CVE-2017-12858 to allowlist
Patch for CVE-2017-12858 is applied in version 1.2.0. Signed-off-by: matsunaga-shinji <shin.matsunaga@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libzip/libzip_1.8.0.bb')
-rw-r--r--meta-oe/recipes-extended/libzip/libzip_1.8.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb
index 23ac76a2d2..71072a5927 100644
--- a/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb
+++ b/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb
@@ -22,3 +22,6 @@ inherit cmake
SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz"
SRC_URI[sha256sum] = "f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e"
+
+# Patch for CVE-2017-12858 is applied in version 1.2.0.
+CVE_CHECK_IGNORE += "CVE-2017-12858"