mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
gstreamer-plugins-good: ignore CVE-2021-3497/8 since they are fixed
CPE entries for gst-plugins-good are listed as gstreamer issues so we need to ignore the false hits for the two CVEs we've patched (From OE-Core rev: d853e2bde1ea083f8438e8d7a80f041196d2e38d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2f6a73bb2
commit
3b49f3536e
@@ -15,6 +15,11 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "c79b6c2f8eaadb2bb66615b694db399e"
|
||||
SRC_URI[sha256sum] = "d3a23a3fe73de673f591b7655494990c9e8a0e22a3c70d6f1dbf50198b29f85f"
|
||||
|
||||
# CPE entries for gst-plugins-good are listed as gstreamer issues
|
||||
# so we need to ignore the false hit
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-3497"
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-3498"
|
||||
|
||||
S = "${WORKDIR}/gst-plugins-good-${PV}"
|
||||
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
Reference in New Issue
Block a user