diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:07 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:33:59 -0800 |
| commit | 93fd9b0db09b50e40084f1a73c9df66f9262a670 (patch) | |
| tree | b67b1d181c4963d64fdf532f2afebf287559306d /meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb | |
| parent | cc9af72f13558cc0dba70ff8a6aef416f249698d (diff) | |
| download | meta-openembedded-93fd9b0db09b50e40084f1a73c9df66f9262a670.tar.gz | |
python3-uvicorn: set CVE_PRODUCT
The default python:uvicorn CPE is not correct, the CVEs are tracked
under encode:uvicorn.
See CVE db query (n8n vendor is not relevant):
sqlite> select * from products where product like 'uvicorn';
CVE-2020-7694|encode|uvicorn|-|||
CVE-2020-7695|encode|uvicorn|||0.11.7|<
CVE-2025-55526|n8n|uvicorn|0.35.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-uvicorn_0.40.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb index 56d58ded0a..3013ff50d0 100644 --- a/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI += "file://0001-ptest-disable-failing-tests.patch" | |||
| 11 | inherit pypi python_hatchling ptest-python-pytest | 11 | inherit pypi python_hatchling ptest-python-pytest |
| 12 | 12 | ||
| 13 | PYPI_PACKAGE = "uvicorn" | 13 | PYPI_PACKAGE = "uvicorn" |
| 14 | CVE_PRODUCT = "encode:uvicorn" | ||
| 14 | 15 | ||
| 15 | RDEPENDS:${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
| 16 | python3-click \ | 17 | python3-click \ |
