summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-30 18:27:23 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-09 06:25:36 -0800
commitfc9273a57ef07ee8467592fa304f7f01fb8c75fa (patch)
treeb5ff8c314da302249fcf2602bfbd7667a5872edf
parent6a76806ceb38ee0e08f92693421741a012a0b846 (diff)
downloadpoky-fc9273a57ef07ee8467592fa304f7f01fb8c75fa.tar.gz
gstreamer1.0: ignore CVEs fixed in plugins recipes
These were fixed in previous commits. (From OE-Core rev: 5c582778954a05f102e292a0516b73b010d289a0) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.12.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.12.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.12.bb
index e5a820e1ad..3f28459e2d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.12.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.12.bb
@@ -74,4 +74,17 @@ CVE_PRODUCT = "gstreamer"
74 74
75CVE_STATUS[CVE-2024-0444] = "cpe-incorrect: this is patched in gstreamer1.0-plugins-bad in 1.22 branch since 1.22.9" 75CVE_STATUS[CVE-2024-0444] = "cpe-incorrect: this is patched in gstreamer1.0-plugins-bad in 1.22 branch since 1.22.9"
76 76
77CVE_STATUS_GROUPS += "CVE_STATUS_PLUGINS_BASE"
78CVE_STATUS_PLUGINS_BASE = "CVE-2024-47538 CVE-2024-47541 CVE-2024-47542 CVE-2024-47600 CVE-2024-47607 CVE-2024-47615 CVE-2024-47835"
79CVE_STATUS_PLUGINS_BASE[status] = "cpe-incorrect: this is patched ic gstreamer1.0-plugins-base"
80
81CVE_STATUS_GROUPS += "CVE_STATUS_PLUGINS_GOOD"
82CVE_STATUS_PLUGINS_GOOD = " \
83 CVE-2024-47537 CVE-2024-47539 CVE-2024-47540 CVE-2024-47543 CVE-2024-47544 CVE-2024-47545 \
84 CVE-2024-47546 CVE-2024-47596 CVE-2024-47597 CVE-2024-47598 CVE-2024-47599 CVE-2024-47601 \
85 CVE-2024-47602 CVE-2024-47603 CVE-2024-47613 CVE-2024-47774 CVE-2024-47775 CVE-2024-47776 \
86 CVE-2024-47777 CVE-2024-47778 CVE-2024-47834 \
87"
88CVE_STATUS_PLUGINS_GOOD[status] = "cpe-incorrect: this is patched ic gstreamer1.0-plugins-good"
89
77PTEST_BUILD_HOST_FILES = "" 90PTEST_BUILD_HOST_FILES = ""