aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorito-yuichi@fujitsu.com <ito-yuichi@fujitsu.com>2021-06-15 09:12:40 +0900
committerKhem Raj <raj.khem@gmail.com>2021-06-15 08:48:50 -0700
commit3613b50a84559ce771866cd1eef1141fa3e6d238 (patch)
tree4046a22596ea56b296f10b07a5a38214c1f0b4f2 /meta-networking
parent4ebea7ce948c4730ab3bcab6fbb594fc2bd545dd (diff)
downloadmeta-openembedded-contrib-3613b50a84559ce771866cd1eef1141fa3e6d238.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>
Diffstat (limited to 'meta-networking')
-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 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"