3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Tobias Geerinckx-Rice 2022-06-19 02:00:00 +02:00
parent 35d7fd4cde
commit b1cb621063
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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 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 deal of flexibility in the way mail can be routed, and there are extensive
facilities for checking incoming mail.") facilities for checking incoming mail.")
(properties '((lint-hidden-cve . ("CVE-2020-28017"))))
(license license:gpl2+))) (license license:gpl2+)))
(define-public dovecot (define-public dovecot