aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatsunaga-Shinji <shin.matsunaga@fujitsu.com>2022-02-07 00:30:45 +0000
committerKhem Raj <raj.khem@gmail.com>2022-02-24 08:37:28 -0800
commite70794af7c813c34e52eeabdd9600fe925b516a9 (patch)
treeb313b641505fc88b95d30e94670fd6662a5c7407
parent8abf4f642a3bc4132bbe2808097a96c2c8b38b49 (diff)
downloadmeta-openembedded-contrib-e70794af7c813c34e52eeabdd9600fe925b516a9.tar.gz
openldap: add CVE-2015-3276 to allowlist
CVE-2015-3276 has no target code. Signed-off-by: Matsunaga-Shinji <shin.matsunaga@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.5.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
index e5e9e5a6de..b2259b1726 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
@@ -237,3 +237,6 @@ python populate_packages:prepend () {
}
BBCLASSEXTEND = "native"
+
+# CVE-2015-3276 has no target code.
+CVE_CHECK_WHITELIST += "CVE-2015-3276"