Message ID | 20220929085450.4065187-1-hasegawa-hitomi@fujitsu.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] libsdl: add CVE-2019-14906 to allowlist | expand |
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 9085c6d2f..4ec0dc6ca 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"
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> --- meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 +++ 1 file changed, 3 insertions(+)