Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ed: annotate CVE-2015-2987
@ 2020-03-01 19:46 Fabrice Fontaine
  2020-03-01 20:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2020-03-01 19:46 UTC (permalink / raw)
  To: buildroot

CVE-2015-2987 is misclassified (by our CVE tracker) as affecting ed,
while in fact it affects Type74 ED (http://type74.org/edman5-1.php).

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

diff --git a/package/ed/ed.mk b/package/ed/ed.mk
index 6ef8f951cf..271297f60a 100644
--- a/package/ed/ed.mk
+++ b/package/ed/ed.mk
@@ -10,6 +10,10 @@ ED_SOURCE = ed-$(ED_VERSION).tar.lz
 ED_LICENSE = GPL-3.0+
 ED_LICENSE_FILES = COPYING
 
+# CVE-2015-2987 is misclassified (by our CVE tracker) as affecting ed, while in
+# fact it affects Type74 ED (http://type74.org/edman5-1.php).
+ED_IGNORE_CVES += CVE-2015-2987
+
 define ED_CONFIGURE_CMDS
 	(cd $(@D); \
 		$(TARGET_MAKE_ENV) ./configure \
-- 
2.25.0

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

end of thread, other threads:[~2020-03-01 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-01 19:46 [Buildroot] [PATCH 1/1] package/ed: annotate CVE-2015-2987 Fabrice Fontaine
2020-03-01 20:02 ` Thomas Petazzoni
2020-03-01 20:22   ` Fabrice Fontaine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox