From 3613b50a84559ce771866cd1eef1141fa3e6d238 Mon Sep 17 00:00:00 2001 From: "ito-yuichi@fujitsu.com" Date: Tue, 15 Jun 2021 09:12:40 +0900 Subject: dovecot: add CVE-2016-4983 to allowlist CVE-2016-4983 affects only postinstall script on specific distribution, so add it to allowlist. Signed-off-by: Yuichi Ito Signed-off-by: Khem Raj --- meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking/recipes-support/dovecot') diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb index 19ba2b1fce..26b4f5ee8e 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb @@ -72,3 +72,6 @@ FILES_${PN} += "${libdir}/dovecot/*plugin.so \ FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" + +# CVE-2016-4983 affects only postinstall script on specific distribution +CVE_CHECK_WHITELIST += "CVE-2016-4983" -- cgit v1.2.3-54-g00ecf