- Add invalid-json.patch fixing invalid JSON in

Doc/howto/logging-cookbook.rst (somehow similar to
  gh#python/cpython#102582).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=79
This commit is contained in:
2023-03-10 14:39:59 +00:00
committed by Git OBS Bridge
parent 0c5704949d
commit e4ffe4ce0f
3 changed files with 51 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ Wed Mar 1 20:59:04 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Add CVE-2023-24329-blank-URL-bypass.patch (CVE-2023-24329,
bsc#1208471) blocklists bypass via the urllib.parse component
when supplying a URL that starts with blank characters
- Add invalid-json.patch fixing invalid JSON in
Doc/howto/logging-cookbook.rst (somehow similar to
gh#python/cpython#102582).
-------------------------------------------------------------------
Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl <mcepl@suse.com>