summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-01 10:16:29 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-08 22:03:03 +0100
commitc7127b94f3a1da093d6de6d0f78dea13c5e64f8e (patch)
tree567b8d5c9d6162991de3c8fba8bbcc54636433bc
parent6b7a0197f94098316775625839bb334572ae5f63 (diff)
downloadmeta-openembedded-c7127b94f3a1da093d6de6d0f78dea13c5e64f8e.tar.gz
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 <skandigraun@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-django.inc2
1 files changed, 2 insertions, 0 deletions
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} += "\
36" 36"
37 37
38CVE_PRODUCT = "django" 38CVE_PRODUCT = "django"
39# cpe-incorrect: this is for gofiber:django, some go-project, not python-django
40CVE_CHECK_IGNORE += "CVE-2024-22199"