mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
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:
committed by
Armin Kuster
parent
fcd4a8bbf6
commit
46f7e7acbe
@@ -13,6 +13,11 @@ SRC_URI = " \
|
|||||||
|
|
||||||
PV = "1.3.1"
|
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 autotools update-rc.d pkgconfig ptest
|
||||||
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
||||||
inherit features_check
|
inherit features_check
|
||||||
|
|||||||
Reference in New Issue
Block a user