mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/exim: drop stale ignore CVE entry
The CVE-2022-3620 entry is not reported as affecting our exim package by pkg-stats. Currently it's because the NVD entry is incorrect (incorrect exim version), but we sent a bug report [1] to the NVD database so that it gets updated. Once updated, pkg-stats still won't report the CVE as affecting us because the issue has been fixed in exim 4.97, and we're using a newer version. [1] https://lore.kernel.org/buildroot/20250517183000.40b28b4d@windsurf/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
3e03873ff1
commit
463e21fdcb
@@ -16,9 +16,6 @@ EXIM_DEPENDENCIES = host-berkeleydb host-pcre2 pcre2 berkeleydb host-pkgconf
|
||||
# 0006-Fix-regex-n-use-after-free.-Bug-2915.patch
|
||||
EXIM_IGNORE_CVES += CVE-2022-3559
|
||||
|
||||
# built without dmarc support
|
||||
EXIM_IGNORE_CVES += CVE-2022-3620
|
||||
|
||||
# Modify a variable value. It must already exist in the file, either
|
||||
# commented or not.
|
||||
define exim-config-change # variable-name, variable-value
|
||||
|
||||
Reference in New Issue
Block a user