diff --git a/python39.changes b/python39.changes index 55d3638..103cbd1 100644 --- a/python39.changes +++ b/python39.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- Thu Sep 1 03:48:37 UTC 2022 - Steve Kowalik -- http.server: Fix an open redirection vulnerability in the HTTP server - when an URI path starts with //. (bsc#1202624, CVE-2021-28861) +- Add patch CVE-2021-28861-double-slash-path.patch: + * http.server: Fix an open redirection vulnerability in the HTTP server + when an URI path starts with //. (bsc#1202624, CVE-2021-28861) ------------------------------------------------------------------- Thu Jul 21 14:19:55 UTC 2022 - Matej Cepl