summaryrefslogtreecommitdiffstats
path: root/meta-oe
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 /meta-oe
parent8abf4f642a3bc4132bbe2808097a96c2c8b38b49 (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-oe')
-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 e5e9e5a6d..b2259b172 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 () {
237} 237}
238 238
239BBCLASSEXTEND = "native" 239BBCLASSEXTEND = "native"
240
241# CVE-2015-3276 has no target code.
242CVE_CHECK_WHITELIST += "CVE-2015-3276"