15
0
forked from pool/python-httpx

- Add patch CVE-2021-41945-copy_with-data-leak.patch:

* Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=8
This commit is contained in:
2022-05-02 03:02:15 +00:00
committed by Git OBS Bridge
parent 2d4674ac21
commit 192aaa70ad
3 changed files with 1681 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 2 03:01:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch CVE-2021-41945-copy_with-data-leak.patch:
* Do not leak data in httpx.URL.copy_with (bsc#1199002, CVE-2021-41945)
-------------------------------------------------------------------
Fri Feb 11 19:31:34 UTC 2022 - Michael Ströder <michael@stroeder.com>