Fix CVE 2025-26699 (#15924)

fix CVE 2025-26699
This commit is contained in:
jessicamack 2025-04-08 12:07:22 -04:00 committed by GitHub
parent ac3123a2ac
commit 51f9160654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ cryptography<42.0.0 # investigation is needed for 42+ to work with OpenSSL v3.0
Cython
daphne
distro
django==4.2.16 # CVE-2024-24680
django==4.2.20 # CVE-2025-26699
django-cors-headers
django-crum
django-extensions

View File

@ -122,7 +122,7 @@ deprecated==1.2.15
# pygithub
distro==1.9.0
# via -r /awx_devel/requirements/requirements.in
django==4.2.16
django==4.2.20
# via
# -r /awx_devel/requirements/requirements.in
# channels
@ -167,7 +167,9 @@ djangorestframework-yaml==2.0.0
durationpy==0.9
# via kubernetes
dynaconf==3.2.10
# via -r /awx_devel/requirements/requirements.in
# via
# -r /awx_devel/requirements/requirements.in
# django-ansible-base
enum-compat==0.0.3
# via asn1
filelock==3.16.1