mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
gstreamer-plugins-base: ignore CVE-2021-3522 since it is fixed
CPE entries for gst-plugins-base are listed as gstreamer issues so we need to ignore the false hit for the CVE we've patched (From OE-Core rev: f32e90a7f8918aacda61ef6176eb1655742045b4) 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
7dbdfcf51b
commit
f2f6a73bb2
@@ -20,6 +20,10 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "e3ddb1bae9fb510b49a295f212f1e6e4"
|
||||
SRC_URI[sha256sum] = "9f02678b0bbbcc9eff107d3bd89d83ce92fec2154cd607c7c8bd34dc7fee491c"
|
||||
|
||||
# CPE entries for gst-plugins-base are listed as gstreamer issues
|
||||
# so we need to ignore the false hit
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-3522"
|
||||
|
||||
S = "${WORKDIR}/gst-plugins-base-${PV}"
|
||||
|
||||
DEPENDS += "iso-codes util-linux zlib"
|
||||
|
||||
Reference in New Issue
Block a user