From c7127b94f3a1da093d6de6d0f78dea13c5e64f8e Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 1 Jan 2026 10:16:29 +0100 Subject: python3-django: ignore CVE-2024-22199 This CVE is not for python-django, but for some go project which shares the same name. Ignore this CVE due to this. Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python-django.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 7021eb842d..05333f831f 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -36,3 +36,5 @@ RDEPENDS:${PN} += "\ " CVE_PRODUCT = "django" +# cpe-incorrect: this is for gofiber:django, some go-project, not python-django +CVE_CHECK_IGNORE += "CVE-2024-22199" -- cgit v1.2.3-54-g00ecf