diff options
| author | Anil Dongare <adongare@cisco.com> | 2025-11-07 02:21:15 -0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:28:54 +0530 |
| commit | 07810b11ef35d12cdb2d77f07464562f6a2011ca (patch) | |
| tree | c1803661fc4fe720c37e0c78f28e63f7215a651e /meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |
| parent | e8a6ea8f4b8c9e7973a6e9e21afaa8eeb989fc35 (diff) | |
| download | meta-openembedded-07810b11ef35d12cdb2d77f07464562f6a2011ca.tar.gz | |
python3-django 5.0.11: Fix CVE-2025-26699
Upstream Repository: https://github.com/django/django.git
Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2025-26699
Type: Security Fix
CVE: CVE-2025-26699
Score: 7.5
Patch: https://github.com/django/django/commit/e88f7376fe68
Signed-off-by: Anil Dongare <adongare@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.11.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb index 43be30c7ec..0d26c7928d 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |||
| @@ -4,6 +4,8 @@ inherit setuptools3 | |||
| 4 | # Windows-specific DoS via NFKC normalization, not applicable to Linux | 4 | # Windows-specific DoS via NFKC normalization, not applicable to Linux |
| 5 | CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: Issue only applies on Windows" | 5 | CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: Issue only applies on Windows" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://CVE-2025-26699.patch \ | ||
| 8 | " | ||
| 7 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" | 9 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" |
| 8 | 10 | ||
| 9 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
