diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-01-10 18:20:42 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-01-18 06:21:02 -0800 |
| commit | e316dceeb6ca42d3c57afabc13dd842ce5edb1e7 (patch) | |
| tree | e7b179a71f5d5f065ca0ddda003f2b85b6827bad | |
| parent | 61c55b9e300785a953a62eca15f41c61973ce012 (diff) | |
| download | poky-e316dceeb6ca42d3c57afabc13dd842ce5edb1e7.tar.gz | |
gstreamer1.0: ignore CVEs fixed in plugins recipes
These were fixed in previous commits.
(From OE-Core rev: 09f0b16877ab207cba91f13d036bc6f4cd6bdf70)
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.20.7.bb | 9 |
1 files changed, 9 insertions, 0 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 b95c67f586..697c6e8b49 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb | |||
| @@ -72,5 +72,14 @@ CVE_PRODUCT = "gstreamer" | |||
| 72 | 72 | ||
| 73 | # these CVEs are patched in gstreamer1.0-plugins-bad | 73 | # these CVEs are patched in gstreamer1.0-plugins-bad |
| 74 | CVE_CHECK_IGNORE += "CVE-2023-40474 CVE-2023-40475 CVE-2023-40476 CVE-2023-44429 CVE-2023-44446 CVE-2023-50186 CVE-2024-0444" | 74 | CVE_CHECK_IGNORE += "CVE-2023-40474 CVE-2023-40475 CVE-2023-40476 CVE-2023-44429 CVE-2023-44446 CVE-2023-50186 CVE-2024-0444" |
| 75 | # these CVEs are patched in gstreamer1.0-plugins-base | ||
| 76 | CVE_CHECK_IGNORE += "CVE-2024-47538 CVE-2024-47541 CVE-2024-47542 CVE-2024-47600 CVE-2024-47607 CVE-2024-47615 CVE-2024-47835" | ||
| 77 | # these CVEs are patched in gstreamer1.0-plugins-good | ||
| 78 | CVE_CHECK_IGNORE += " \ | ||
| 79 | CVE-2024-47537 CVE-2024-47539 CVE-2024-47540 CVE-2024-47543 CVE-2024-47544 CVE-2024-47545 \ | ||
| 80 | CVE-2024-47546 CVE-2024-47596 CVE-2024-47597 CVE-2024-47598 CVE-2024-47599 CVE-2024-47601 \ | ||
| 81 | CVE-2024-47602 CVE-2024-47603 CVE-2024-47613 CVE-2024-47774 CVE-2024-47775 CVE-2024-47776 \ | ||
| 82 | CVE-2024-47777 CVE-2024-47778 CVE-2024-47834 \ | ||
| 83 | " | ||
| 75 | 84 | ||
| 76 | PTEST_BUILD_HOST_FILES = "" | 85 | PTEST_BUILD_HOST_FILES = "" |
