⬆️(backend) upgrade Django to address multiple high-severity CVEs

This update fixes several SQL injection vulnerabilities, including issues in
RasterField band index handling and crafted column aliases (notably in
QuerySet.order_by()), as reported in CVE-2026-1207, CVE-2026-1287, and
CVE-2026-1312.
This commit is contained in:
lebaudantoine
2026-02-05 17:05:49 +01:00
committed by aleb_the_flash
parent 12d8c4a9db
commit c34a85699b

View File

@@ -38,7 +38,7 @@ dependencies = [
"django-redis==6.0.0",
"django-storages[s3]==1.14.6",
"django-timezone-field>=5.1",
"django==5.2.9",
"django==5.2.11",
"djangorestframework==3.16.1",
"drf_spectacular==0.29.0",
"dockerflow==2024.4.2",