aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorito-yuichi@fujitsu.com <ito-yuichi@fujitsu.com>2021-06-11 17:32:45 +0900
committerKhem Raj <raj.khem@gmail.com>2021-06-11 08:48:26 -0700
commit711e932b14de57a5f341124470b2f3f131615a25 (patch)
tree1d6a5d060b4a21d39f2d6b6ac9fc43ad0357545a /meta-networking/recipes-daemons
parentbb4a4f0ff8d9926137cb152fd3f2808bd9f961ce (diff)
downloadmeta-openembedded-711e932b14de57a5f341124470b2f3f131615a25.tar.gz
cyrus-sasl: add CVE-2020-8032 to allowlist
This affects only openSUSE, 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-daemons')
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
index 33de8ca7e2..c4b41ace8c 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
@@ -96,3 +96,6 @@ FILES_${PN}-dbg += "${libdir}/sasl2/.debug"
FILES_${PN}-staticdev += "${libdir}/sasl2/*.a"
INSANE_SKIP_${PN} += "dev-so"
+
+# CVE-2020-8032 affects only openSUSE
+CVE_CHECK_WHITELIST += "CVE-2020-8032"