diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:31 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:04 -0800 |
| commit | f62530b04ed4c42b44ed08302a72ecc4cb41200c (patch) | |
| tree | 06963fac30eb2b8a496b99bd51be2aa5d0310547 /meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb | |
| parent | 0620851d8700843a5af301520a894eab4f65ba9c (diff) | |
| download | meta-openembedded-f62530b04ed4c42b44ed08302a72ecc4cb41200c.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb b/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb index ea445d8ceb..51861f24c7 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb | |||
| @@ -17,6 +17,8 @@ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" | |||
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd" | 18 | SRC_URI[sha256sum] = "adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd" |
| 19 | 19 | ||
| 20 | CVE_PRODUCT = "gevent" | ||
| 21 | |||
| 20 | inherit pypi python_setuptools_build_meta cython | 22 | inherit pypi python_setuptools_build_meta cython |
| 21 | 23 | ||
| 22 | # Don't embed libraries, link to the system provided libs instead | 24 | # Don't embed libraries, link to the system provided libs instead |
