mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: exim: Hide bogus CVE lint warning.
* gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry for CVE-2020-28017.
This commit is contained in:
parent
35d7fd4cde
commit
b1cb621063
1 changed files with 1 additions and 0 deletions
|
@ -1885,6 +1885,7 @@ (define-public exim
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue