From 988a108da43b4db48b9b6294ab21a2680aa69451476d4b8e2715977bc036daa4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Mar 2021 14:03:10 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=60 --- python38.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python38.changes b/python38.changes index 361f2b7..b079008 100644 --- a/python38.changes +++ b/python38.changes @@ -5,7 +5,7 @@ Fri Feb 19 16:40:59 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.