From b96b616553311696fb8b3c0e908352e0a0e54ff4 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 30 Dec 2025 15:28:53 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb index bc93da225a..f1a8d55132 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb @@ -20,5 +20,6 @@ FILES:${PN}-tests += " \ ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ " +CVE_PRODUCT = "simplejson" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf