summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-19 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-19 02:00:00 +0200
commitb1cb621063affc9168c5e298c14974f0fd6e2e56 (patch)
tree2a6afbacc3a881cf910a555772562b9f3f9f4795 /gnu/packages/mail.scm
parent35d7fd4cde626d04ad8c8cf6410db5319c3548a4 (diff)
downloadguix-patches-b1cb621063affc9168c5e298c14974f0fd6e2e56.tar
guix-patches-b1cb621063affc9168c5e298c14974f0fd6e2e56.tar.gz
gnu: exim: Hide bogus CVE lint warning.
* gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry for CVE-2020-28017.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index df8b0c2600..3ff0b00ddb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1885,6 +1885,7 @@ Cambridge for use on Unix systems connected to the Internet. In style it is
similar to Smail 3, but its facilities are more general. There is a great
deal of flexibility in the way mail can be routed, and there are extensive
facilities for checking incoming mail.")
+ (properties '((lint-hidden-cve . ("CVE-2020-28017"))))
(license license:gpl2+)))
(define-public dovecot