diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-16 19:07:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-17 17:09:22 +0000 |
| commit | 4b1a1fd6d44d3fdd675fa4e7b143d6b948226f28 (patch) | |
| tree | 966760587b2989f96b11a0aa774fc5fb30bf42ea | |
| parent | a1b206f634ee1b3f70a9cb85a88d2f4c122eaecf (diff) | |
| download | poky-4b1a1fd6d44d3fdd675fa4e7b143d6b948226f28.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: e3419fbaf2999a821e1890a12ab27285cc25b577)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 3eb0de7b35..94d55072fe 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
| @@ -157,3 +157,7 @@ python add_xorg_abi_depends() { | |||
| 157 | PACKAGEFUNCS =+ "add_xorg_abi_provides add_xorg_abi_depends" | 157 | PACKAGEFUNCS =+ "add_xorg_abi_provides add_xorg_abi_depends" |
| 158 | 158 | ||
| 159 | CVE_STATUS[CVE-2023-5574] = "${@bb.utils.contains('PACKAGECONFIG', 'xvfb', 'unpatched', 'not-applicable-config: specific to Xvfb', d)}" | 159 | CVE_STATUS[CVE-2023-5574] = "${@bb.utils.contains('PACKAGECONFIG', 'xvfb', 'unpatched', 'not-applicable-config: specific to Xvfb', d)}" |
| 160 | |||
| 161 | CVE_STATUS_GROUPS = "CVE_STATUS_REDHAT" | ||
| 162 | 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" | ||
| 163 | CVE_STATUS_REDHAT[status] = "fixed-version: these are tracked as versionless redhat CVEs in NVD DB, fixed in 21.1.16" | ||
