| Message ID | 20251230142902.730667-1-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,01/10] python3-simplejson: set CVE_PRODUCT | expand |
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"
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> --- meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb | 1 + 1 file changed, 1 insertion(+)