diff mbox series

[5/5] libva: set status for CVE-2023-39929

Message ID 20260425222634.44171-5-peter.marko@siemens.com
State Under Review
Headers show
Series [1/5] shadow: set CVE_PRODUCT | expand

Commit Message

Peter Marko April 25, 2026, 10:26 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

This CVE is reported as open because NVD has no cpe and cvelistV5 has
unparseable "version": "before version 2.20.0".

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-graphics/libva/libva_2.23.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libva/libva_2.23.0.bb b/meta/recipes-graphics/libva/libva_2.23.0.bb
index 63dc5af8f2..39a80db7f8 100644
--- a/meta/recipes-graphics/libva/libva_2.23.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.23.0.bb
@@ -13,3 +13,5 @@  RDEPENDS:${PN}-glx =+ "${PN}-x11"
 FILES:${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}"
 FILES:${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}"
 FILES:${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}"
+
+CVE_STATUS[CVE-2023-39929] = "fixed-version: fixed since 2.20.0"