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 <[email protected]> --- meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb | 1 + 1 file changed, 1 insertion(+) 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 inherit pypi python_hatchling ptest PYPI_PACKAGE = "starlette" +CVE_PRODUCT = "starlette" SRC_URI += " \ file://run-ptest \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123067): https://lists.openembedded.org/g/openembedded-devel/message/123067 Mute This Topic: https://lists.openembedded.org/mt/117009268/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
