mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
parent
8da57441f2
commit
b96b616553
|
|
@ -20,5 +20,6 @@ FILES:${PN}-tests += " \
|
|||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
|
||||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
|
||||
"
|
||||
CVE_PRODUCT = "simplejson"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user