14
0

Accepting request 964016 from home:susnux:branches:devel:languages:python

Update to 8.0.0
CVE-2022-24766 boo#1197381

OBS-URL: https://build.opensuse.org/request/show/964016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=10
This commit is contained in:
2022-03-22 18:34:09 +00:00
committed by Git OBS Bridge
parent 9a31fbf995
commit 0e64ae34f3
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 22 16:01:32 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 8.0.0
* mitmweb improvements
* Now renders TCP and WebSocket flows
* Offers direct cURL/HTTPie/raw HTTP export
* Added Experimental command bar
* Added Async Event Hooks
* Added event hooks to signal TLS handshake success and failure
for client and server connections
* Support proxy authentication for SOCKS v5 mode
* CVE-2022-24766: Fix request smuggling vulnerability, boo#1197381
-------------------------------------------------------------------
Thu Jan 6 13:33:12 UTC 2022 - Ben Greiner <code@bnavigator.de>