summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.0.11.bb
blob: 0d26c7928d107c0a7d22a15a40f7db6a81e53267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require python-django.inc
inherit setuptools3

# Windows-specific DoS via NFKC normalization, not applicable to Linux
CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: Issue only applies on Windows"

SRC_URI = "file://CVE-2025-26699.patch \
           "
SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65"

RDEPENDS:${PN} += "\
    python3-sqlparse \
    python3-asgiref \
"