From 49a4871a71af89e1be6db9b13d498f64579fcf28f461e312c7ed03382e340800 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Aug 2024 04:06:29 +0000 Subject: [PATCH] fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=72 --- python-WebOb.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-WebOb.changes b/python-WebOb.changes index 763cd22..d9a752c 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -3,8 +3,8 @@ Mon Aug 19 03:28:33 UTC 2024 - Steve Kowalik - Update to 1.8.8: * The use of WebOb's Response object to redirect a request to a new location - can lead to an open redirect if the Location header is not a full URI. - (bsc#1229221, CVE-2024-42353) + can lead to an open redirect if the Location header is not a full URI. + (bsc#1229221, CVE-2024-42353) - Drop Python 2 blocks in the spec file. - Switch to pyproject macros.