Skip to content

Commit ea37db6

Browse files
authored
feat: bump django lower limit to 5.2.12 (fix high CVE-2026-25673) (#705)
Also fix low CVE-2026-25674
1 parent 2057c07 commit ea37db6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# python3 requirements.txt file
22
# see https://pip.readthedocs.io/en/1.1/requirements.html
3-
#django4 should be >= 4.2.28 (LTS) and django5 should be >= 5.1.15 or >= 5.2.11 (LTS)
3+
#django4 should be >= 4.2.29 (LTS) and django5 should be >= 5.2.12 (LTS)
44
#to fix CVE-2024-53908, CVE-2024-53907, CVE-2024-56374, CVE-2025-26699,
55
#CVE-2025-27556, CVE-2025-48432, CVE-2025-57833, CVE-2025-59681, CVE-2025-64458,
6-
#CVE-2025-64459, CVE-2025-64460, CVE-2025-13372, CVE-2026-1207, CVE-2026-1287 and
7-
#CVE-2026-1312
8-
#django 5.0 (5.0.14) has reach its eol
9-
django>=5.2.11
6+
#CVE-2025-64459, CVE-2025-64460, CVE-2025-13372, CVE-2026-1207, CVE-2026-1287,
7+
#CVE-2026-1312, CVE-2026-25673 and CVE-2026-25674
8+
#django 5.0 (5.0.14) and 5.1 (5.1.15) have reach their eol
9+
django>=5.2.12

0 commit comments

Comments
 (0)