diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:16 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:01 -0800 |
| commit | a307398b7b3f885476344be7b5ae66aef72d2314 (patch) | |
| tree | 11c0454cd94007b600d38c7b40ffd1f81cffb303 /meta-python | |
| parent | 30b0c458bb460d32c2a7daddb84651b26832ec78 (diff) | |
| download | meta-openembedded-a307398b7b3f885476344be7b5ae66aef72d2314.tar.gz | |
python3-fastapi: set CVE_PRODUCT
Set correct CVE_PRODUCT - the default (python:fastapi) is not the one
that is used to track CVEs.
See CVE db query (n8n vendor is not relevant):
sqlite> select * from products where product like 'fastapi';
CVE-2021-32677|tiangolo|fastapi|||0.65.2|<|0
CVE-2025-55526|n8n|fastapi|0.115.14|=|||0
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb index bfcdaa41ab..63f762f220 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb | |||
| @@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "0e9422e8d6b797515f33f500309f6e1c98ee4e85563ba0f2debb282df6 | |||
| 7 | 7 | ||
| 8 | SRC_URI += "file://run-ptest" | 8 | SRC_URI += "file://run-ptest" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "tiangolo:fastapi" | ||
| 11 | |||
| 10 | inherit pypi python_pdm ptest-python-pytest | 12 | inherit pypi python_pdm ptest-python-pytest |
| 11 | 13 | ||
| 12 | PACKAGECONFIG ?= "" | 14 | PACKAGECONFIG ?= "" |
