From 7f59d247eea101ad62ded8e2e0bd5419dd65eb79 Mon Sep 17 00:00:00 2001 From: Devansh Patel Date: Wed, 19 Aug 2026 06:53:58 -0700 Subject: [PATCH] python3-cbor2: use exact CVE_PRODUCT mapping The product-only cbor2 mapping uses a wildcard vendor. Use agronholm:cbor2, the NVD identity for the packaged source. Signed-off-by: Devansh Patel Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb index 4074ccb29d..6a894848d6 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb @@ -21,6 +21,6 @@ RDEPENDS:${PN} += " \ python3-datetime \ " -CVE_PRODUCT = "cbor2" +CVE_PRODUCT = "agronholm:cbor2" BBCLASSEXTEND = "native nativesdk"