Skip to content

Commit 4398287

Browse files
authored
AAP-58110 Update django version for CVE (ansible#881)
CVE-2025-64459 requires update of django to 4.2.26+ (or 5.2.8+ or 5.1.14+) due to an SQL injection vulnerability
1 parent 162d155 commit 4398287

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
44
#
55
cryptography
6-
Django>=4.2.21,<6.0
6+
Django>=4.2.26,<6.0 # Updating for CVE-2025-64459
77
djangorestframework
88
django-crum
99
inflection

requirements/requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defusedxml==0.8.0rc2
2424
# via
2525
# python3-openid
2626
# social-auth-core
27-
django==5.2.7
27+
django==5.2.8
2828
# via
2929
# -r requirements/requirements.in
3030
# channels

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansible # Used in build process to generate some configs
22
black==25.1.0 # Linting tool, if changed update pyproject.toml as well
33
build
4-
django==5.2.7
4+
django==5.2.8
55
django-debug-toolbar
66
django-extensions
77
djangorestframework

0 commit comments

Comments
 (0)