diff mbox series

[meta-python,kirkstone,3/3] python3-django: ignore CVE-2024-22199

Message ID 20260101091629.3744709-3-skandigraun@gmail.com
State New
Headers show
Series [meta-networking,kirkstone,1/3] civetweb: patch CVE-2025-9648 | expand

Commit Message

Gyorgy Sarvari Jan. 1, 2026, 9:16 a.m. UTC
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 <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python-django.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"