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>
This commit is contained in:
Sekine Shigeki
2021-06-18 21:16:50 +09:00
committed by Armin Kuster
parent fcd4a8bbf6
commit 46f7e7acbe

View File

@@ -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