diff options
author | ito-yuichi@fujitsu.com <ito-yuichi@fujitsu.com> | 2021-06-15 09:12:40 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-15 08:48:50 -0700 |
commit | 3613b50a84559ce771866cd1eef1141fa3e6d238 (patch) | |
tree | 4046a22596ea56b296f10b07a5a38214c1f0b4f2 /meta-networking/recipes-support | |
parent | 4ebea7ce948c4730ab3bcab6fbb594fc2bd545dd (diff) | |
download | meta-openembedded-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/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | 3 |
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 19ba2b1fc..26b4f5ee8 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 \ | |||
72 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" | 72 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" |
73 | FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" | 73 | FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" |
74 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" | 74 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" |
75 | |||
76 | # CVE-2016-4983 affects only postinstall script on specific distribution | ||
77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" | ||