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 <devanshp@cisco.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Devansh Patel
2026-08-19 06:53:58 -07:00
committed by Khem Raj
parent 7367b1f213
commit 7f59d247ee
@@ -21,6 +21,6 @@ RDEPENDS:${PN} += " \
python3-datetime \
"
CVE_PRODUCT = "cbor2"
CVE_PRODUCT = "agronholm:cbor2"
BBCLASSEXTEND = "native nativesdk"