From f9802647f59ffea1ae5aececa44d2be6e49638e253df57745a0b27790f1055a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 17 Jul 2024 14:12:33 +0000 Subject: [PATCH] - This release also fixes several security issues: * bsc#1227590 (CVE-2024-38875) * bsc#1227593 (CVE-2024-39329) * bsc#1227594 (CVE-2024-39330) * bsc#1227595 (CVE-2024-39614) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=169 --- python-Django.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-Django.changes b/python-Django.changes index 188556e..47b5657 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -19,6 +19,11 @@ Tue Jul 9 14:03:46 UTC 2024 - Markéta Machová * Dropped support for MySQL < 8.0.11 * Using create_defaults__exact may now be required with QuerySet.update_or_create() * Migrating existing UUIDField on MariaDB 10.7+ +- This release also fixes several security issues: + * bsc#1227590 (CVE-2024-38875) + * bsc#1227593 (CVE-2024-39329) + * bsc#1227594 (CVE-2024-39330) + * bsc#1227595 (CVE-2024-39614) - Drop no-longer-needed patches: * dirty-hack-remove-assert.patch * sanitize_address.patch