aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitomi Hasegawa <hasegawa-hitomi@fujitsu.com>2022-09-29 17:54:50 +0900
committerArmin Kuster <akuster808@gmail.com>2022-10-04 15:28:53 -0400
commit4d8ce5dfebb0a2762a208b4b426e8f0ca45f72c7 (patch)
treeb953f418c8e9fdb0b6c4aa873e2701e9e6f8e2f4
parent87134241d2ad1f916846685687d67ec5dba9c28d (diff)
downloadmeta-openembedded-contrib-4d8ce5dfebb0a2762a208b4b426e8f0ca45f72c7.tar.gz
libsdl: add CVE-2019-14906 to allowlist
CVE-2019-14906 is a Red Hat vulnerability and Yocto is not applicable. So add it to the allowlist. Signed-off-by: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8803be17aada56ec6a11fba4db9df74f16f9c58c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
index 9085c6d2fe..4ec0dc6ca3 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -82,3 +82,6 @@ do_configure:prepend() {
}
BBCLASSEXTEND = "native nativesdk"
+
+#CVE-2019-14906 is a RHEL specific vulnerability.
+CVE_CHECK_IGNORE += "CVE-2019-14906"