diff options
author | Ross Burton <ross.burton@arm.com> | 2025-05-16 12:09:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 17:35:43 +0100 |
commit | 4fab105c8fead7a40be11bdf456fa017f8656b18 (patch) | |
tree | 71097d6de836c5136fed03c0379a4e200e4b7074 /meta | |
parent | 8576e869a2cb4699e016d04d337f6caf09996348 (diff) | |
download | poky-4fab105c8fead7a40be11bdf456fa017f8656b18.tar.gz |
Revert "xwayland: mark CVEs fixed in 24.1.6 as fixed"
The CPE data in the NVD database is now complete, so these overrides are
no longer needed.
This reverts commit 76c7bb2b9c1b5300f957f11e1601816f8f90b501.
(From OE-Core rev: 693f79b94edb6793d718f97457b6ebd4fa4bfb43)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_24.1.6.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb index 0774c1bbf5..350b8e93cc 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb | |||
@@ -48,7 +48,3 @@ do_install:append() { | |||
48 | FILES:${PN} += "${libdir}/xorg/protocol.txt" | 48 | FILES:${PN} += "${libdir}/xorg/protocol.txt" |
49 | 49 | ||
50 | RDEPENDS:${PN} += "xkbcomp" | 50 | RDEPENDS:${PN} += "xkbcomp" |
51 | |||
52 | CVE_STATUS_GROUPS = "CVE_STATUS_REDHAT" | ||
53 | CVE_STATUS_REDHAT = "CVE-2025-26594 CVE-2025-26595 CVE-2025-26596 CVE-2025-26597 CVE-2025-26598 CVE-2025-26599 CVE-2025-26600 CVE-2025-26601" | ||
54 | CVE_STATUS_REDHAT[status] = "fixed-version: these are tracked as versionless redhat CVEs in NVD DB, fixed in 24.1.6" | ||