summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-31 22:25:10 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-09 08:41:03 -0800
commit3600a4b28e3e39a36e7d4527b3b26a5740b63f6c (patch)
treeb704f7027af94cdcaf245f65e4a6991a26446a49 /meta
parent3d3f3d433415d0bfe9c60f48a748be715be1edb4 (diff)
downloadpoky-3600a4b28e3e39a36e7d4527b3b26a5740b63f6c.tar.gz
gstreame1.0: ignore CVEs from gstreamer1.0-plugins-bad
These CVEs are patched in gstreamer1.0-plugins-bad. CPE for gstreamer-plugins-bad mostly hits original gstreamer recipe. (From OE-Core rev: a2339d124c2561bf157f3e14af0b3152d257d937) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb
index 2c9c6944b0..cf81620833 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb
@@ -69,7 +69,7 @@ FILES:${PN}-dbg += "${datadir}/gdb ${datadir}/gstreamer-1.0/gdb"
69 69
70CVE_PRODUCT = "gstreamer" 70CVE_PRODUCT = "gstreamer"
71 71
72# this CVE is patched in gstreamer1.0-plugins-bad 72# these CVEs are patched in gstreamer1.0-plugins-bad
73CVE_CHECK_IGNORE += "CVE-2024-0444" 73CVE_CHECK_IGNORE += "CVE-2023-40474 CVE-2023-40475 CVE-2023-40476 CVE-2023-44429 CVE-2023-44446 CVE-2023-50186 CVE-2024-0444"
74 74
75PTEST_BUILD_HOST_FILES = "" 75PTEST_BUILD_HOST_FILES = ""