aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitomi Hasegawa <hasegawa-hitomi@fujitsu.com>2022-09-29 17:54:50 +0900
committerKhem Raj <raj.khem@gmail.com>2022-09-29 08:14:17 -0700
commit8803be17aada56ec6a11fba4db9df74f16f9c58c (patch)
tree76ade0a50e22e17bd411bbd685adb06f5130905e
parentd46416895805ead97ca6cc9db7640d9bad9cd030 (diff)
downloadmeta-openembedded-8803be17aada56ec6a11fba4db9df74f16f9c58c.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>
-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 e2992b5dd9..50c501574b 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -80,3 +80,6 @@ do_configure:prepend() {
}
BBCLASSEXTEND = "native nativesdk"
+
+#CVE-2019-14906 is a RHEL specific vulnerability.
+CVE_CHECK_IGNORE += "CVE-2019-14906"