summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:03 -0800
commit8fc9b697980f7c3fd648c85719dbb8d25f8da003 (patch)
treecd0aa94e92a805a059b38023d48c4f36e6f14288 /meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb
parent638b08966b80510594bb0eb59304ff803cdd2d05 (diff)
downloadmeta-openembedded-8fc9b697980f7c3fd648c85719dbb8d25f8da003.tar.gz
python3-starlette: set CVE_PRODUCT
The relevant CVE entries are tracked with encode:starlette CPE, and the default python:starlette CPE doesn't match relevant entries. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like '%starlette%'; CVE-2023-29159|encode|starlette|0.13.5|>=|0.27.0|< CVE-2023-30798|encode|starlette|||0.25.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-starlette_0.50.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb b/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb
index 9b9adca6fc..682ec89b89 100644
--- a/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb
+++ b/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb
@@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe59
7inherit pypi python_hatchling ptest 7inherit pypi python_hatchling ptest
8 8
9PYPI_PACKAGE = "starlette" 9PYPI_PACKAGE = "starlette"
10CVE_PRODUCT = "starlette"
10 11
11SRC_URI += " \ 12SRC_URI += " \
12 file://run-ptest \ 13 file://run-ptest \