From 0e8f099a0f39236572c69f4f47f71e99a02eb90a Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 26 Jul 2021 04:20:58 -1000 Subject: [PATCH] Revert "gstreamer-plugins-base: ignore CVE-2021-3522 since it is fixed" Change is correct but should be in gstreamer recipe not gstreamer-plugins-base This reverts commit f32e90a7f8918aacda61ef6176eb1655742045b4. --- .../gstreamer/gstreamer1.0-plugins-base_1.16.3.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb index 431468d459..bcfdef3bbd 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb @@ -20,10 +20,6 @@ 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" -- 2.40.1