From 3c35d8ccf5cd0c4f32a17c2d4bc815e350ff353723c089f4850779feaf1e3cc9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Mar 2021 14:03:47 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=60 --- python39.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python39.changes b/python39.changes index b9deab1..3b5858b 100644 --- a/python39.changes +++ b/python39.changes @@ -5,7 +5,7 @@ Fri Feb 19 16:58:38 UTC 2021 - Matej Cepl - bpo#42938 (bsc#1181126): Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values. This issue was assigned CVE-2021-3177. - - bpo#42967 (bso#1182379): Fix web cache poisoning + - bpo#42967 (bsc#1182379): Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator. This issue was assigned CVE-2021-23336.