diff options
author | Steve Sakoman <steve@sakoman.com> | 2021-07-14 12:14:20 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-20 19:05:39 +0100 |
commit | 3b49f3536e4bd4454a03ae95ef9a199fa06f878f (patch) | |
tree | ce00f390f5f35415746d35b2407f2f606ff2e14e /meta/recipes-multimedia/gstreamer | |
parent | f2f6a73bb26a53632770b1de4bbbb4e130539524 (diff) | |
download | poky-3b49f3536e4bd4454a03ae95ef9a199fa06f878f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb | 5 |
1 files changed, 5 insertions, 0 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 1038cbf224..e8830103ce 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,6 +15,11 @@ SRC_URI = " \ | |||
15 | SRC_URI[md5sum] = "c79b6c2f8eaadb2bb66615b694db399e" | 15 | SRC_URI[md5sum] = "c79b6c2f8eaadb2bb66615b694db399e" |
16 | SRC_URI[sha256sum] = "d3a23a3fe73de673f591b7655494990c9e8a0e22a3c70d6f1dbf50198b29f85f" | 16 | SRC_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 | ||
20 | CVE_CHECK_WHITELIST += "CVE-2021-3497" | ||
21 | CVE_CHECK_WHITELIST += "CVE-2021-3498" | ||
22 | |||
18 | S = "${WORKDIR}/gst-plugins-good-${PV}" | 23 | S = "${WORKDIR}/gst-plugins-good-${PV}" |
19 | 24 | ||
20 | LICENSE = "GPLv2+ & LGPLv2.1+" | 25 | LICENSE = "GPLv2+ & LGPLv2.1+" |