From d12d7c4c42814736c24731a6a300a79526fc2ef6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 4 Jul 2022 10:27:14 +0200 Subject: [PATCH] Added CVE-2022-34265 to security archive. --- docs/releases/security.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases/security.txt b/docs/releases/security.txt index b512cc7a7a..2478287668 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -36,6 +36,16 @@ Issues under Django's security process All security issues have been handled under versions of Django's security process. These are listed below. +July 4, 2022 - :cve:`2022-34265` +-------------------------------- + +Potential SQL injection via ``Trunc(kind)`` and ``Extract(lookup_name)`` +arguments. `Full description +`__ + +* Django 4.0 :commit:`(patch) <0dc9c016fadb71a067e5a42be30164e3f96c0492>` +* Django 3.2 :commit:`(patch) ` + April 11, 2022 - :cve:`2022-28346` ----------------------------------