[Buildroot] [PATCH 1/1] package/smack: annotate CVE-2016-10027

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Mar 1 19:35:27 UTC 2020


CVE-2016-10027 is misclassified (by our CVE tracker) as affecting smack, while
in fact it affects https://github.com/igniterealtime/Smack.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/smack/smack.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/smack/smack.mk b/package/smack/smack.mk
index d2ac005ab9..1237c8356c 100644
--- a/package/smack/smack.mk
+++ b/package/smack/smack.mk
@@ -11,6 +11,10 @@ SMACK_LICENSE_FILES = COPYING
 SMACK_INSTALL_STAGING = YES
 SMACK_DEPENDENCIES = host-pkgconf
 
+# CVE-2016-10027 is misclassified (by our CVE tracker) as affecting smack, while
+# in fact it affects https://github.com/igniterealtime/Smack.
+SMACK_IGNORE_CVES += CVE-2016-10027
+
 # Sources from GitHub, no configure script included.
 SMACK_AUTORECONF = YES
 
-- 
2.25.0




More information about the buildroot mailing list