All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] smack: add 3 cves to allowlist
@ 2021-06-18 12:16 Sekine Shigeki
  2021-06-18 14:25 ` [yocto] " Armin Kuster
  2021-06-20 22:51 ` Armin Kuster
  0 siblings, 2 replies; 3+ messages in thread
From: Sekine Shigeki @ 2021-06-18 12:16 UTC (permalink / raw)
  To: yocto

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>
---
 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..6ae715e 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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-20 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 12:16 [PATCH] smack: add 3 cves to allowlist Sekine Shigeki
2021-06-18 14:25 ` [yocto] " Armin Kuster
2021-06-20 22:51 ` Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.