From 46f7e7acbeee02d46933100a374532a0b9580757 Mon Sep 17 00:00:00 2001 From: Sekine Shigeki Date: Fri, 18 Jun 2021 21:16:50 +0900 Subject: smack: add 3 cves to allowlist CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 are not for smack of smack-team(https://github.com/smack-team/smack) but other project. Signed-off-by: Sekine Shigeki Signed-off-by: Armin Kuster --- recipes-mac/smack/smack_1.3.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index b1ea4e9..88ae56c 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb @@ -13,6 +13,11 @@ SRC_URI = " \ PV = "1.3.1" +# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product. +CVE_CHECK_WHITELIST += "CVE-2014-0363" +CVE_CHECK_WHITELIST += "CVE-2014-0364" +CVE_CHECK_WHITELIST += "CVE-2016-10027" + inherit autotools update-rc.d pkgconfig ptest inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} inherit features_check -- cgit v1.2.3-54-g00ecf