- http.server: Fix an open redirection vulnerability in the HTTP server

when an URI path starts with //. (bsc#1202624, CVE-2021-28861)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=113
This commit is contained in:
2022-09-01 03:50:33 +00:00
committed by Git OBS Bridge
parent f343483635
commit a2b82842e5
3 changed files with 137 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 1 03:48:37 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mcepl@suse.com>