mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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>
This commit is contained in:
parent
d464168958
commit
8803be17aa
|
@ -80,3 +80,6 @@ do_configure:prepend() {
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
#CVE-2019-14906 is a RHEL specific vulnerability.
|
||||||
|
CVE_CHECK_IGNORE += "CVE-2019-14906"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user