diff mbox series

[meta-oe,scarthgap] abseil-cpp: Add CVE_PRODUCT to support product name

Message ID 20260508062754.1957643-1-hjadon@cisco.com
State New
Headers show
Series [meta-oe,scarthgap] abseil-cpp: Add CVE_PRODUCT to support product name | expand

Commit Message

From: Het Patel <hetpat@cisco.com>

- Set CVE_PRODUCT to align with the NVD CPE and ensure correct CVE
reporting.

Signed-off-by: Het Patel <hetpat@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a428ea90c08fc93ce5e39612974323aad26d1ef3)
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
---
 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb
index ff5aedb9c3..91d237ad9c 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.3.bb
@@ -55,3 +55,6 @@  ALLOW_EMPTY:${PN} = "1"
 BBCLASSEXTEND = "native nativesdk"
 
 CVE_STATUS[CVE-2025-0838] = "cpe-incorrect: The current version (20240116.3) is not affected."
+
+# Add CVE_PRODUCT to match the NVD CPE product name
+CVE_PRODUCT = "abseil:common_libraries"