All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-oe][PATCH] libzip: add CVE-2017-12858 to allowlist
@ 2022-04-05  5:03 matsunaga-shinji
  0 siblings, 0 replies; only message in thread
From: matsunaga-shinji @ 2022-04-05  5:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: shin.matsunaga

Patch for CVE-2017-12858 is applied in version 1.2.0.

Signed-off-by: matsunaga-shinji <shin.matsunaga@fujitsu.com>
---
 meta-oe/recipes-extended/libzip/libzip_1.8.0.bb | 3 +++
 1 file changed, 3 insertions(+)

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 23ac76a2d..71072a592 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"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-05 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05  5:03 [oe][meta-oe][PATCH] libzip: add CVE-2017-12858 to allowlist matsunaga-shinji

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.