diff mbox series

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

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

Commit Message

From: Devansh Patel <devanshp@cisco.com>

The product-only cbor2 mapping uses a wildcard vendor. Use
agronholm:cbor2, the NVD identity for the packaged source.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 d7f08c6cbc..fdd206cf97 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
@@ -19,6 +19,6 @@  RDEPENDS:${PN} += " \
     python3-datetime \
 "
 
-CVE_PRODUCT = "cbor2"
+CVE_PRODUCT = "agronholm:cbor2"
 
 BBCLASSEXTEND = "native nativesdk"