diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-03-16 19:08:24 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-22 07:06:30 -0700 |
commit | d5986042ac96b79cb03f6fc5b105e030d7e54d9b (patch) | |
tree | f8a8ec0e36f52c0b4aeeabeaf0023f48e4ac14b6 /meta | |
parent | 6277999680ffbda7472c448d12d9ca6e85db8ab8 (diff) | |
download | poky-d5986042ac96b79cb03f6fc5b105e030d7e54d9b.tar.gz |
xserver-xorg: mark CVEs fixed in 21.1.16 as fixed
These are tracked as versionless redhat CVEs in NVD DB.
(From OE-Core rev: ffa253cba600ab7fa3334e1d4b2b300a352da966)
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-graphics/xorg-xserver/xserver-xorg.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index e2754426cf..815be6a498 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -177,3 +177,7 @@ python populate_packages:prepend() { | |||
177 | } | 177 | } |
178 | 178 | ||
179 | CVE_STATUS[CVE-2023-5574] = "${@bb.utils.contains('PACKAGECONFIG', 'xvfb', 'unpatched', 'not-applicable-config: specific to Xvfb', d)}" | 179 | CVE_STATUS[CVE-2023-5574] = "${@bb.utils.contains('PACKAGECONFIG', 'xvfb', 'unpatched', 'not-applicable-config: specific to Xvfb', d)}" |
180 | |||
181 | CVE_STATUS_GROUPS = "CVE_STATUS_REDHAT" | ||
182 | 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" | ||
183 | CVE_STATUS_REDHAT[status] = "fixed-version: these are tracked as versionless redhat CVEs in NVD DB, fixed in 21.1.16" | ||