python3-gevent: set CVE_PRODUCT

Relevant CVEs are tracked with gevent:gevent CPE, and the default
python:gevent CPE doesn't match relevant entries. Set CVE_PRODUCT
accordingly.

See CVE db query:
sqlite> select * from products where product like '%gevent%';
CVE-2023-41419|gevent|gevent|||23.9.0|<

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-31 08:54:31 +01:00 committed by Khem Raj
parent 0620851d87
commit f62530b04e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -17,6 +17,8 @@ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"
SRC_URI[sha256sum] = "adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd"
CVE_PRODUCT = "gevent"
inherit pypi python_setuptools_build_meta cython
# Don't embed libraries, link to the system provided libs instead