aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorito-yuichi@fujitsu.com <ito-yuichi@fujitsu.com>2021-06-15 09:12:40 +0900
committerArmin Kuster <akuster808@gmail.com>2021-06-27 07:28:23 -0700
commitd1fb027f894921ea02c984eb581ee1500c613470 (patch)
tree27d0dacf483f470376789557931f1c39ef5f1235
parentb6e76a4a380f2a60d99bc36634cd8823107f5493 (diff)
downloadmeta-openembedded-d1fb027f894921ea02c984eb581ee1500c613470.tar.gz
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 <ito-yuichi@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3613b50a84559ce771866cd1eef1141fa3e6d238) [mkcert.sh does mask 077 first] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb3
1 files changed, 3 insertions, 0 deletions
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 c0f2863dbf..f767eb8430 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
@@ -71,3 +71,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"