mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
0620851d87
commit
f62530b04e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user