Skip to content

Commit 986ee19

Browse files
authored
feat: Django >= 5.2.14 (fix low and moderate CVE) (#713)
1 parent 0d08394 commit 986ee19

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# python3 requirements.txt file
22
# see https://pip.readthedocs.io/en/1.1/requirements.html
3-
#django4 should be >= 4.2.30 (LTS) and django5 should be >= 5.2.13 (LTS)
3+
#django4 should be >= 4.2.30 (LTS) and django5 should be >= 5.2.14 (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,
66
#CVE-2025-64459, CVE-2025-64460, CVE-2025-13372, CVE-2026-1207, CVE-2026-1287,
77
#CVE-2026-1312, CVE-2026-25673, CVE-2026-25674, CVE-2026-3902, CVE-2026-33034,
8-
#CVE-2026-33033, CVE-2026-4292 and CVE-2026-4277
8+
#CVE-2026-33033, CVE-2026-4292, CVE-2026-4277, CVE-2026-5766, CVE-2026-6907
9+
#and CVE-2026-35192
910
#django 5.0 (5.0.14) and 5.1 (5.1.15) have reach their eol
10-
Django>=5.2.13
11+
Django>=5.2.14

0 commit comments

Comments
 (0)