From 080ce75c7b3d19de2096c9791ce44a77a0b26331 Mon Sep 17 00:00:00 2001 From: akuster Date: Sun, 19 Jul 2020 13:49:23 -0700 Subject: glibc: whitelist CVE-2010-10029 The update via Commit https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/glibc?id=2c7e0e0bf32eb1ed0b7d8acddb16c0d1e93f2aa1 should have added the whitelist for this CVE removed (From OE-Core rev: 213ac2d345ec6d4ef0daf7a7d8237038a914c491) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.31.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb index 61679e2c1c..9b2cf1bdeb 100644 --- a/meta/recipes-core/glibc/glibc_2.31.bb +++ b/meta/recipes-core/glibc/glibc_2.31.bb @@ -1,6 +1,8 @@ require glibc.inc require glibc-version.inc +CVE_CHECK_WHITELIST += "CVE-2020-10029" + DEPENDS += "gperf-native bison-native make-native" NATIVESDKFIXES ?= "" -- cgit v1.2.3-54-g00ecf