diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 15:28:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:53 -0800 |
| commit | b96b616553311696fb8b3c0e908352e0a0e54ff4 (patch) | |
| tree | be3b85d3ebb73cc4c06a3ab46238a360e77bc3fd /meta-python/recipes-devtools/python | |
| parent | 8da57441f2eb3a105b381494e12eb67500ba2c94 (diff) | |
| download | meta-openembedded-b96b616553311696fb8b3c0e908352e0a0e54ff4.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ |
| 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ |
| 22 | " | 22 | " |
| 23 | CVE_PRODUCT = "simplejson" | ||
| 23 | 24 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
