From a307398b7b3f885476344be7b5ae66aef72d2314 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 31 Dec 2025 08:54:16 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb | 2 ++ 1 file changed, 2 insertions(+) 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 SRC_URI += "file://run-ptest" +CVE_PRODUCT = "tiangolo:fastapi" + inherit pypi python_pdm ptest-python-pytest PACKAGECONFIG ?= ""