abseil-cpp: Add CVE_PRODUCT to support product name

- 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 a428ea90c0)
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Het Patel
2026-05-07 23:27:54 -07:00
committed by Anuj Mittal
parent 3fd10def49
commit 9500d05195
@@ -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"