python3-simplejson: set CVE_PRODUCT

There is one relevant CVE tracked using the simplejson_prject:simplejson
CPE, and no entries tracked with python:simplejson.

See CVE db query:
sqlite> select * from products where PRODUCT like '%simplejson%';
CVE-2014-4616|simplejson_project|simplejson|||2.6.1|<

Set the CVE_PRODUCT accordingly

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 15:28:53 +01:00 committed by Khem Raj
parent 8da57441f2
commit b96b616553
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,5 +20,6 @@ FILES:${PN}-tests += " \
${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
"
CVE_PRODUCT = "simplejson"
BBCLASSEXTEND = "native nativesdk"