mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 13:21:24 +00:00
mongodb: ignore unrelated CVEs
CVE-2014-8180, CVE-2017-18381 and CVE-2017-2665 are not affecting our configuration so they can be safely ignored. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
efa12676dd
commit
ed904e6541
@ -45,6 +45,12 @@ SRC_URI:append:toolchain-clang = "\
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
CVE_CHECK_IGNORE += "\
|
||||||
|
CVE-2014-8180 \
|
||||||
|
CVE-2017-18381 \
|
||||||
|
CVE-2017-2665 \
|
||||||
|
"
|
||||||
|
|
||||||
COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux'
|
COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux'
|
||||||
|
|
||||||
PACKAGECONFIG ??= "tcmalloc system-pcre"
|
PACKAGECONFIG ??= "tcmalloc system-pcre"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user