diff mbox series

[meta-python,14/34] python3-fastapi: set CVE_PRODUCT

Message ID 20251231075436.771395-14-skandigraun@gmail.com
State New
Headers show
Series [meta-python,01/34] python3-pandas: set CVE_PRODUCT | expand

Commit Message

Gyorgy Sarvari Dec. 31, 2025, 7:54 a.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-fastapi_0.124.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 ?= ""