diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-30 18:27:23 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:25:36 -0800 |
commit | fc9273a57ef07ee8467592fa304f7f01fb8c75fa (patch) | |
tree | b5ff8c314da302249fcf2602bfbd7667a5872edf | |
parent | 6a76806ceb38ee0e08f92693421741a012a0b846 (diff) | |
download | poky-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.bb | 13 |
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 | ||
75 | CVE_STATUS[CVE-2024-0444] = "cpe-incorrect: this is patched in gstreamer1.0-plugins-bad in 1.22 branch since 1.22.9" | 75 | CVE_STATUS[CVE-2024-0444] = "cpe-incorrect: this is patched in gstreamer1.0-plugins-bad in 1.22 branch since 1.22.9" |
76 | 76 | ||
77 | CVE_STATUS_GROUPS += "CVE_STATUS_PLUGINS_BASE" | ||
78 | CVE_STATUS_PLUGINS_BASE = "CVE-2024-47538 CVE-2024-47541 CVE-2024-47542 CVE-2024-47600 CVE-2024-47607 CVE-2024-47615 CVE-2024-47835" | ||
79 | CVE_STATUS_PLUGINS_BASE[status] = "cpe-incorrect: this is patched ic gstreamer1.0-plugins-base" | ||
80 | |||
81 | CVE_STATUS_GROUPS += "CVE_STATUS_PLUGINS_GOOD" | ||
82 | CVE_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 | " | ||
88 | CVE_STATUS_PLUGINS_GOOD[status] = "cpe-incorrect: this is patched ic gstreamer1.0-plugins-good" | ||
89 | |||
77 | PTEST_BUILD_HOST_FILES = "" | 90 | PTEST_BUILD_HOST_FILES = "" |