diff mbox series

[meta-python] python3-cbor2: set CVE_PRODUCT

Message ID 20251230105445.712427-1-skandigraun@gmail.com
State New
Headers show
Series [meta-python] python3-cbor2: set CVE_PRODUCT | expand

Commit Message

Gyorgy Sarvari Dec. 30, 2025, 10:54 a.m. UTC
The default, "python:cbor2" CVE_PRODUCT is not appropriate for this
recipe, because most associated CVEs use "agronholm:cbor2" CPE.

Set the CVE_PRODUCT to cbor2, so it will match the currently used
CPE, and in case there will be future python:cbor2 CPEs also, they
will be matched too.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb
index e124207cbf..26dc41802f 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb
@@ -15,4 +15,6 @@  RDEPENDS:${PN} += " \
     python3-datetime \
 "
 
+CVE_PRODUCT = "cbor2"
+
 BBCLASSEXTEND = "native nativesdk"