Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Bump mitmproxy from 4.0.4 to 7.0.3 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2021

Bumps mitmproxy from 4.0.4 to 7.0.3.

Release notes

Sourced from mitmproxy's releases.

v7.0.3

  • CVE-2021-39214: Fix request smuggling vulnerabilities reported by @​chinchila
  • Expose TLS 1.0 as possible minimum version on older pyOpenSSL releases
  • Fix compatibility with Python 3.10

You can find the latest release packages at https://mitmproxy.org/downloads/.

v7.0.2

  • Fix a WebSocket crash introduced in 7.0.1 (@​mhils)

You can find the latest release packages at https://mitmproxy.org/downloads/.

v7.0.1

  • Performance: Re-use OpenSSL contexts to enable TLS session resumption (@​mhils)
  • Disable HTTP/2 CONNECT for Secure Web Proxies to fix compatibility with Firefox (@​mhils)
  • Use local IP address as certificate subject if no other info is available (@​mhils)
  • Make it possible to return multiple chunks for HTTP stream modification (@​mhils)
  • Don't send WebSocket CONTINUATION frames when the peer does not send any (@​Pilphe)
  • Fix HTTP stream modify example. (@​mhils)
  • Fix a crash caused by no-op assignments to Server.address (@​SaladDais)
  • Fix a crash when encountering invalid certificates (@​mhils)
  • Fix a crash when pressing the Home/End keys in some screens (@​rbdixon)
  • Fix a crash when reading corrupted flow dumps (@​mhils)
  • Fix multiple crashes on flow export (@​mhils)
  • Fix a bug where ASGI apps did not see the request body (@​mhils)
  • Minor documentation improvements (@​mhils)

You can find the latest release packages at https://mitmproxy.org/downloads/.

v7.0.0

Check out our release announcement blog post! 🎉

You can find the latest release packages at https://mitmproxy.org/downloads/.

v6.0.2

This release fixes another bug in mitmweb's serialization process. All other tools are unaffected.

You can find the latest release packages at https://mitmproxy.org/downloads/.

v6.0.1

This release fixes a bug in mitmweb's serialization process. All other tools are unaffected.

You can find the latest release packages at https://mitmproxy.org/downloads/.

v6.0.0

Check out our release announcement blog post! 🎉 🔗

You can find the latest release packages at https://mitmproxy.org/downloads/.

... (truncated)

Changelog

Sourced from mitmproxy's changelog.

16 September 2021: mitmproxy 7.0.3

4 August 2021: mitmproxy 7.0.2

  • Fix a WebSocket crash introduced in 7.0.1 (@​mhils)

3 August 2021: mitmproxy 7.0.1

  • Performance: Re-use OpenSSL contexts to enable TLS session resumption (@​mhils)
  • Disable HTTP/2 CONNECT for Secure Web Proxies to fix compatibility with Firefox (@​mhils)
  • Use local IP address as certificate subject if no other info is available (@​mhils)
  • Make it possible to return multiple chunks for HTTP stream modification (@​mhils)
  • Don't send WebSocket CONTINUATION frames when the peer does not send any (@​Pilphe)
  • Fix HTTP stream modify example. (@​mhils)
  • Fix a crash caused by no-op assignments to Server.address (@​SaladDais)
  • Fix a crash when encountering invalid certificates (@​mhils)
  • Fix a crash when pressing the Home/End keys in some screens (@​rbdixon)
  • Fix a crash when reading corrupted flow dumps (@​mhils)
  • Fix multiple crashes on flow export (@​mhils)
  • Fix a bug where ASGI apps did not see the request body (@​mhils)
  • Minor documentation improvements (@​mhils)

16 July 2021: mitmproxy 7.0

New Proxy Core (@​mhils, blog post)

Mitmproxy has a completely new proxy core, fixing many longstanding issues:

  • Secure Web Proxy: Mitmproxy now supports TLS-over-TLS to already encrypt the connection to the proxy.
  • Server-Side Greetings: Mitmproxy now supports proxying raw TCP connections, including ones that start with a server-side greeting (e.g. SMTP).
  • HTTP/1 – HTTP/2 Interoperability: mitmproxy can now accept an HTTP/2 connection from the client, and forward it to an HTTP/1 server.
  • HTTP/2 Redirects: The request destination can now be changed on HTTP/2 flows.
  • Connection Strategy: Users can now specify if they want mitmproxy to eagerly connect upstream or wait as long as possible. Eager connections are required to detect protocols with server-side greetings, lazy connections enable the replay of responses without connecting to an upstream server.
  • Timeout Handling: Mitmproxy will now clean up idle connections and also abort requests if the client disconnects in the meantime.
  • Host Header-based Proxying: If the request destination is unknown, mitmproxy now falls back to proxying based on the Host header. This means that requests can often be redirected to mitmproxy using DNS spoofing only.
  • Internals: All protocol logic is now separated from I/O ("sans-io"). This greatly improves testing capabilities, prevents a wide array of race conditions, and increases proper isolation between layers.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 4.0.4 to 7.0.3.
- [Release notes](https://github.com/mitmproxy/mitmproxy/releases)
- [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/mitmproxy@v4.0.4...v7.0.3)

---
updated-dependencies:
- dependency-name: mitmproxy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants