Skip to content

Commit 89d7717

Browse files
authored
feat: bump django lower limit to 4.2.30 (CVEs) (#710)
1 parent 5801699 commit 89d7717

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

adm/templates/plugins/python3_django/{{cookiecutter.name}}/python3_virtualenv_sources/requirements-to-freeze.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# see https://pip.readthedocs.io/en/1.1/requirements.html
33
#django >= 5 requires sqlite >= 3.27 (not available on rocky 8)
44
# (but ok on rocky 9 or rocky 10)
5-
#django4 should be >= 4.2.29
5+
#django4 should be >= 4.2.30
66
#to fix CVE-2024-53907, CVE-2024-53908, CVE-2025-26699, CVE-2025-27556
77
#CVE-2025-57833, CVE-2025-57833, CVE-2025-64458, CVE-2025-64459,
88
#CVE-2025-64460, CVE-2025-13372, CVE-2026-1207, CVE-2026-1287,
9-
#CVE-2026-1312, CVE-2026-25673 and CVE-2026-25674
10-
django>=4.2.29,<5
9+
#CVE-2026-1312, CVE-2026-25673, CVE-2026-25674, CVE-2026-3902, CVE-2026-33034,
10+
#CVE-2026-33033, CVE-2026-4292 and CVE-2026-4277
11+
django>=4.2.30,<5

0 commit comments

Comments
 (0)