summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-07-26 04:22:32 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-10 11:14:10 +0100
commit4542e5f944051c56235930a8a457a473026fa219 (patch)
treedaa2dc47c5fca8ab55e0fc1fd334479f024d00ab /meta/recipes-multimedia
parent427882f470377e05a5fda52c1aa968398579a12f (diff)
downloadpoky-4542e5f944051c56235930a8a457a473026fa219.tar.gz
gstreamer: ignore CVE-2021-3497, CVE-2021-3498, and CVE-2021-3522
CPE entries for gst-plugins-* are listed as gstreamer issues so we need to ignore the false hits for the CVEs we've patched in plugins recipes (From OE-Core rev: 55140153e66f13a2d8a673a48f6c21e293415e56) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
index 7afe56cd7b..a516fabdaf 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
@@ -74,4 +74,13 @@ FILES_${PN}-dbg += "${datadir}/gdb ${datadir}/gstreamer-1.0/gdb"
74 74
75CVE_PRODUCT = "gstreamer" 75CVE_PRODUCT = "gstreamer"
76 76
77# CPE entries for gst-plugins-base are listed as gstreamer issues
78# so we need to ignore the false hits
79CVE_CHECK_WHITELIST += "CVE-2021-3522"
80
81# CPE entries for gst-plugins-good are listed as gstreamer issues
82# so we need to ignore the false hits
83CVE_CHECK_WHITELIST += "CVE-2021-3497"
84CVE_CHECK_WHITELIST += "CVE-2021-3498"
85
77require gstreamer1.0-ptest.inc 86require gstreamer1.0-ptest.inc