diff mbox series

[meta-python,scarthgap] python3-cbor2: use exact CVE_PRODUCT mapping

Message ID 20260826053018.51457-1-devanshp@cisco.com
State New
Headers show
Series [meta-python,scarthgap] python3-cbor2: use exact CVE_PRODUCT mapping | expand

Commit Message

From: Devansh Patel <devanshp@cisco.com>

The inherited "python:cbor2" mapping does not identify the packaged
source. Use "agronholm:cbor2", its NVD dictionary CPE and NVD
configuration identity, restoring the source-aligned records.

Backport note: master replaces a product-only mapping in version 6.1.4;
Scarthgap 5.6.4 has no recipe-local override, so this is an addition.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 7f59d247eea101ad62ded8e2e0bd5419dd65eb79)
Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
index 90688ced20..00ad025bc2 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
@@ -34,4 +34,6 @@  RDEPENDS:${PN} += " \
     python3-datetime \
 "
 
+CVE_PRODUCT = "agronholm:cbor2"
+
 BBCLASSEXTEND = "native nativesdk"