From 2fc538af33f455675ee9e61e5897f58609b6745c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 1 Oct 2025 21:15:57 +0200 Subject: [PATCH] [5.2.x] Rewrapped security archive at 79 chars. Backport of 1499c95d990fb776c39ad60e43228cbbbfcad3a8 from main. --- docs/releases/security.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 78138060ba..ff4f1d3789 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -39,8 +39,8 @@ process. These are listed below. October 1, 2025 - :cve:`2025-59681` ----------------------------------- -Potential SQL injection in ``QuerySet.annotate()``, ``alias()``, ``aggregate()``, and ``extra()`` on MySQL and MariaDB. -`Full description +Potential SQL injection in ``QuerySet.annotate()``, ``alias()``, +``aggregate()``, and ``extra()`` on MySQL and MariaDB. `Full description `__ * Django 6.0 :commit:`(patch) <4ceaaee7e04b416fc465e838a6ef43ca0ccffafe>`