summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSekine Shigeki <sekine.shigeki@fujitsu.com>2021-06-18 21:16:50 +0900
committerArmin Kuster <akuster808@gmail.com>2021-06-20 15:49:26 -0700
commit46f7e7acbeee02d46933100a374532a0b9580757 (patch)
treec75be73395ce254a4d7a7d4271241d5675e7e3e2
parentfcd4a8bbf6b15bbf7f5b3069b0e6a17f9cd4737f (diff)
downloadmeta-security-46f7e7acbeee02d46933100a374532a0b9580757.tar.gz
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 <sekine.shigeki@fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb5
1 files changed, 5 insertions, 0 deletions
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 = " \
13 13
14PV = "1.3.1" 14PV = "1.3.1"
15 15
16# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product.
17CVE_CHECK_WHITELIST += "CVE-2014-0363"
18CVE_CHECK_WHITELIST += "CVE-2014-0364"
19CVE_CHECK_WHITELIST += "CVE-2016-10027"
20
16inherit autotools update-rc.d pkgconfig ptest 21inherit autotools update-rc.d pkgconfig ptest
17inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 22inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
18inherit features_check 23inherit features_check