python3-cbor2: set CVE_PRODUCT

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-30 11:54:45 +01:00 committed by Khem Raj
parent f06f03200d
commit 96a2496b65
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,4 +15,6 @@ RDEPENDS:${PN} += " \
python3-datetime \
"
CVE_PRODUCT = "cbor2"
BBCLASSEXTEND = "native nativesdk"