summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-07-26 04:17:52 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-10 11:14:10 +0100
commit8cdd3eb6e6b0daeef7c87ad4ecbfb91459e125d2 (patch)
tree41ce76dc73c36fe0d8604c2fd74241b53e7bddfe /meta/recipes-multimedia
parent7d2f118cb6f5e140dbde794200b7c8cb07ae1b18 (diff)
downloadpoky-8cdd3eb6e6b0daeef7c87ad4ecbfb91459e125d2.tar.gz
Revert "gstreamer-plugins-good: ignore CVE-2021-3497/8 since they are fixed"
Change is correct but should be in gstreamer recipe not gstreamer-plugins-good This reverts commit d853e2bde1ea083f8438e8d7a80f041196d2e38d. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb
index e8830103ce..1038cbf224 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb
@@ -15,11 +15,6 @@ SRC_URI = " \
15SRC_URI[md5sum] = "c79b6c2f8eaadb2bb66615b694db399e" 15SRC_URI[md5sum] = "c79b6c2f8eaadb2bb66615b694db399e"
16SRC_URI[sha256sum] = "d3a23a3fe73de673f591b7655494990c9e8a0e22a3c70d6f1dbf50198b29f85f" 16SRC_URI[sha256sum] = "d3a23a3fe73de673f591b7655494990c9e8a0e22a3c70d6f1dbf50198b29f85f"
17 17
18# CPE entries for gst-plugins-good are listed as gstreamer issues
19# so we need to ignore the false hit
20CVE_CHECK_WHITELIST += "CVE-2021-3497"
21CVE_CHECK_WHITELIST += "CVE-2021-3498"
22
23S = "${WORKDIR}/gst-plugins-good-${PV}" 18S = "${WORKDIR}/gst-plugins-good-${PV}"
24 19
25LICENSE = "GPLv2+ & LGPLv2.1+" 20LICENSE = "GPLv2+ & LGPLv2.1+"