[AAP-51443]CVE-2025-48432 (#7073)

* bump Django version to patch with additional hardening
This commit is contained in:
jessicamack
2025-08-29 15:57:16 -04:00
committed by GitHub
parent 8b13c75f2e
commit e3a9d9fbe8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ cryptography>=41.0.7 # CVE-2023-49083
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702 Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
daphne daphne
distro distro
django==4.2.21 # CVE-2025-32873 django==4.2.23 # CVE-2025-48432
django-auth-ldap django-auth-ldap
django-cors-headers django-cors-headers
django-crum django-crum

View File

@@ -138,7 +138,7 @@ deprecated==1.2.14
# pygithub # pygithub
distro==1.9.0 distro==1.9.0
# via -r /awx_devel/requirements/requirements.in # via -r /awx_devel/requirements/requirements.in
django==4.2.21 django==4.2.23
# via # via
# -r /awx_devel/requirements/requirements.in # -r /awx_devel/requirements/requirements.in
# channels # channels