All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/apache: ignore various CVEs
@ 2022-07-31 11:12 Bernd Kuhls
  2022-08-01 17:56 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bernd Kuhls @ 2022-07-31 11:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/apache/apache.mk | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/package/apache/apache.mk b/package/apache/apache.mk
index 315282baac..e199194e84 100644
--- a/package/apache/apache.mk
+++ b/package/apache/apache.mk
@@ -11,6 +11,33 @@ APACHE_LICENSE = Apache-2.0
 APACHE_LICENSE_FILES = LICENSE
 APACHE_CPE_ID_VENDOR = apache
 APACHE_CPE_ID_PRODUCT = http_server
+# only Windows affected
+APACHE_IGNORE_CVES += CVE-1999-0289
+# only Debian affected
+APACHE_IGNORE_CVES += CVE-1999-0678
+# unrelated to Linux
+APACHE_IGNORE_CVES += CVE-1999-1412
+# disputed CVE
+APACHE_IGNORE_CVES += CVE-2007-0086
+# unrelated to Apache
+APACHE_IGNORE_CVES += CVE-2007-0450
+# fixed in version 2.2.5
+APACHE_IGNORE_CVES += CVE-2007-4465 CVE-2008-2168
+# fixed in version 2.2.7
+APACHE_IGNORE_CVES += CVE-2007-5000 CVE-2007-6420 CVE-2007-6420 \
+	CVE-2007-6421 CVE-2007-6422 CVE-2007-6423 CVE-2008-0455
+# fixed in version 2.2.10
+APACHE_IGNORE_CVES += CVE-2008-2939
+# fixed in version 2.2.12
+APACHE_IGNORE_CVES += CVE-2009-1195 CVE-2009-1890 CVE-2009-1891
+# fixed in version 2.2.14
+APACHE_IGNORE_CVES += CVE-2009-2699
+# fixed in version 2.2.15
+APACHE_IGNORE_CVES += CVE-2010-0408 CVE-2010-0425 CVE-2010-0434
+# fixed in version 2.2.16
+APACHE_IGNORE_CVES += CVE-2010-1452
+# fixed in version 2.4.10
+APACHE_IGNORE_CVES += CVE-2014-0231
 APACHE_SELINUX_MODULES = apache
 # Needed for mod_php
 APACHE_INSTALL_STAGING = YES
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-01 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 11:12 [Buildroot] [PATCH 1/1] package/apache: ignore various CVEs Bernd Kuhls
2022-08-01 17:56 ` Arnout Vandecappelle
     [not found] ` <31fb8cf8-02e4-8bc6-a7b9-c6f9cd0845bc__49535.9333044448$1659376652$gmane$org@mind.be>
2022-08-01 18:05   ` Bernd Kuhls
2022-08-01 18:16     ` Arnout Vandecappelle
     [not found] ` <eb4cf15f-6e4d-43ca-f34d-a391044f430e@t-online.de>
2022-08-01 18:55   ` Thomas Petazzoni via buildroot
2022-08-01 18:57   ` Thomas Petazzoni via buildroot

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.