diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-09-30 18:20:43 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-09-30 18:20:43 +0200 |
commit | 429e752c26c79948d8a99927b43e04f3780727bf (patch) | |
tree | f8fafecdcf7a0bd4de27d5c855f2b2af09502ab0 /CHANGELOG.md | |
parent | Merge pull request #8239 from nixocio/ui_issue_8184 (diff) | |
download | awx-429e752c26c79948d8a99927b43e04f3780727bf.tar.xz awx-429e752c26c79948d8a99927b43e04f3780727bf.zip |
Clarify changelog addition to address CVE-2020-25626
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba934f6c98..1a38c00796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Fixed a performance issue for playbooks that store large amounts of data using the `set_stats` module - https://github.com/ansible/awx/issues/8006 - Fixed a bug related to AWX's handling of the auth_path argument for the HashiVault KeyValue credential plugin - https://github.com/ansible/awx/pull/7991 - Fixed a bug that broke support for Remote Archive SCM Type project syncs on platforms that utilize Python2 - https://github.com/ansible/awx/pull/8057 -- Updated to the latest version of Django Rest Framework. +- Updated to the latest version of Django Rest Framework to address CVE-2020-25626 - Updated to the latest version of Django to address CVE-2020-24583 and CVE-2020-24584 - Updated to the latest verson of channels_redis to address a bug that slowly causes Daphne processes to leak memory over time - https://github.com/django/channels_redis/issues/212 |