Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mitmproxy from 5.3.0 to 8.0.0 #9

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 Mar 23, 2022

Bumps mitmproxy from 5.3.0 to 8.0.0.

Release notes

Sourced from mitmproxy's releases.

v8.0.0

Check out our release announcement blog post! 馃帀

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

v7.0.4

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

v7.0.3

  • CVE-2021-39214: Fix request smuggling vulnerabilities reported by @鈥媍hinchila
  • 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 (@鈥媘hils)

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 (@鈥媘hils)
  • Disable HTTP/2 CONNECT for Secure Web Proxies to fix compatibility with Firefox (@鈥媘hils)
  • Use local IP address as certificate subject if no other info is available (@鈥媘hils)
  • Make it possible to return multiple chunks for HTTP stream modification (@鈥媘hils)
  • Don't send WebSocket CONTINUATION frames when the peer does not send any (@鈥婸ilphe)
  • Fix HTTP stream modify example. (@鈥媘hils)
  • Fix a crash caused by no-op assignments to Server.address (@鈥婼aladDais)
  • Fix a crash when encountering invalid certificates (@鈥媘hils)
  • Fix a crash when pressing the Home/End keys in some screens (@鈥媟bdixon)
  • Fix a crash when reading corrupted flow dumps (@鈥媘hils)
  • Fix multiple crashes on flow export (@鈥媘hils)
  • Fix a bug where ASGI apps did not see the request body (@鈥媘hils)
  • Minor documentation improvements (@鈥媘hils)

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/.

... (truncated)

Changelog

Sourced from mitmproxy's changelog.

Release History

Unreleased: mitmproxy next

Major Changes

Security Fixes

Full Changelog

  • Support proxy authentication for SOCKS v5 mode (@鈥媠tarplanet)
  • Make it possible to ignore connections in the tls_clienthello event hook (@鈥媘hils)
  • fix some responses not being decoded properly if the encoding was uppercase (#4735, @鈥婱attwmaster58)
  • Trigger event hooks for flows with semantically invalid requests, for example invalid content-length headers (@鈥媘hils)
  • Improve error message on TLS version mismatch (@鈥媘hils)
  • Windows: Switch to Python's default asyncio event loop, which increases the number of sockets that can be processed simultaneously (@鈥媘hils)
  • Add client_replay_concurrency option, which allows more than one client replay request to be in-flight at a time. (@鈥媟bdixon)
  • New content view which handles gRPC/protobuf. Allows to apply custom definitions to visualize different field decodings. Includes example addon which applies custom definitions for selected gRPC traffic (@鈥媘ame82)
  • Fix a crash caused when editing string option (#4852, @鈥媟bdixon)
  • Base container image bumped to Debian 11 Bullseye (@鈥婯riechi)
  • Upstream replays don't do CONNECT on plaintext HTTP requests (#4876, @鈥婬offmannP)
  • Remove workarounds for old pyOpenSSL versions (#4831, @鈥婯arlParkinson)
  • Add fonts to asset filter (~a) (#4928, @鈥媏lespike)
  • Fix bug that crashed when using view.flows.resolve (#4916, @鈥媟bdixon)
  • Fix a bug where running() is invoked twice on startup (#3584, @鈥媘hils)
  • Correct documentation example for User-Agent header modification (#4997, @鈥媕amesyale)
  • Fix random connection stalls (#5040, @鈥婨ndUser509)
  • Add n new flow keybind to mitmweb (#5061, @鈥媔anklatzco)
  • Fix compatibility with BoringSSL (@鈥媝moulton)
  • Added WebSocketMessage.injected flag (@鈥婸rinzhorn)
  • Add example addon for saving streamed data to individual files (@鈥婨ndUser509)
  • Change connection event hooks to be blocking. Processing will only resume once the event hook has finished. (@鈥婸rinzhorn)
  • Reintroduce Flow.live, which signals if a flow belongs to a currently active connection. (#4207, @鈥媘hils)
  • Speculative fix for some rare HTTP/2 connection stalls (#5158, @鈥婨ndUser509)
  • Add ability to specify custom ports with LDAP authentication (#5068, @鈥媎emonoidvk)
  • Add support for rotating saved streams every hour or day (@鈥婨ndUser509)
  • Console Improvements on Windows (@鈥媘hils)
  • Fix processing of --set options (#5067, @鈥媘arwinxxii)
  • Lowercase user-added header names and emit a log message to notify the user when using HTTP/2 (#4746, @鈥媘hils)

... (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 5.3.0 to 8.0.0.
- [Release notes](https://github.com/mitmproxy/mitmproxy/releases)
- [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/mitmproxy@v5.3.0...v8.0.0)

---
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 Mar 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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