summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 16:48:54 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:55 -0800
commitf121c925e836370165b466e3653db1271dd90c2b (patch)
tree56d273bbaacce4e9d5f9575c361655ab29a648a2 /meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
parent77ba5f31e27c5a5959563a15e793eedd4aaab5e5 (diff)
downloadmeta-openembedded-f121c925e836370165b466e3653db1271dd90c2b.tar.gz
python-gunicorn: set CVE_PRODUCT
There is only one relevant CVE associated with this recipe in the CVE db, but it is tracked using gunicorn:gunicorn CPE instead of python:gunicorn (which is the default CPE from pypi.bbclass) See CVE db query: sqlite> select * from products where PRODUCT like '%gunicorn%'; CVE-2018-1000164|gunicorn|gunicorn|19.4.5|=|| Set CVE_PRODUCT so that it matches relevant CVEs. 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/python3-gunicorn_23.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
index 3c819a934d..f629214b5a 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cb
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta ptest
9 9
10CVE_PRODUCT = "gunicorn"
11
10SRC_URI += " \ 12SRC_URI += " \
11 file://run-ptest \ 13 file://run-ptest \
12" 14"