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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mitmproxy requirement from ~=10.3.1 to ~=11.0.1 #140

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Updates the requirements on mitmproxy to permit the latest version.

Release notes

Sourced from mitmproxy's releases.

mitmproxy 11.0.1

Changes: See CHANGELOG.md.

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

Changelog

Sourced from mitmproxy's changelog.

24 November 2024: mitmproxy 11.0.1

  • Tighten HTTP detection heuristic to better support custom TCP-based protocols. (#7228, @​fatanugraha)
  • Implement stricter validation of HTTP headers to harden against request smuggling attacks. (#7345, @​mhils)
  • Increase HTTP/2 default flow control window size, fixing performance issues. (#7317, @​sujaldev)
  • Fix a bug where mitmproxy would incorrectly report that TLS 1.0 and 1.1 are not supported with the current OpenSSL build. (#7241, @​mhils)
  • Docker: Update image to Python 3.13 on Debian Bookworm. (#7242, @​mhils)
  • Add a tun proxy mode that creates a virtual network device on Linux for transparent proxying. (#7278, @​mhils)
  • browser.start command now supports Firefox. (#7239, @​sujaldev)
  • Fix interaction of the modify_headers and stream_large_bodies options. This may break users of modify_headers that rely on filters referencing the message body. We expect this to be uncommon, but please make yourself heard if that's not the case. (#7286, @​lukant)
  • Fix a crash when handling corrupted compressed body in savehar addon and its tests. (#7320, @​8192bytes)
  • Remove dependency on protobuf library as it was no longer being used. (#7327, @​matthew16550)

02 October 2024: mitmproxy 11.0.0

  • mitmproxy now supports transparent HTTP/3 proxying. (#7202, @​errorxyz, @​meitinger, @​mhils)
  • Add HTTP3 support in HTTPS reverse-proxy mode. (#7114, @​errorxyz)
  • mitmproxy now officially supports Python 3.13. (#6934, @​mhils)
  • Tighten HTTP detection heuristic to better support custom TCP-based protocols. (#7087)
  • Add show_ignored_hosts option to display ignored flows in the UI. This option is implemented as a temporary workaround and will be removed in the future. (#6720, @​NicolaiSoeborg)
  • Fix slow tnetstring parsing in case of very large tnetstring. (#7121, @​mik1904)
  • Add getaddrinfo-based fallback for DNS resolution if we are unable to determine the operating system's name servers. (#7122, @​mhils)
  • Improve the error message when users specify the certs option without a matching private key. (#7073, @​mhils)
  • Fix a bug where intermediate certificates would not be transmitted when using QUIC. (#7073, @​mhils)
  • Fix a bug where fragmented QUIC client hellos were not handled properly. (#7067, @​errorxyz)

... (truncated)

Commits
  • 7d11a28 mitmproxy 11.0.1
  • 384e875 reorder changelog entries
  • 8fa4717 Hardening: unify header validation across HTTP versions (#7343)
  • 999562a Align web/gen and ruff format (#7342)
  • 03bf350 improve next layer log message (#7337)
  • 2d68a52 remove hard coded default window size for HTTP/2 connections. (#7333)
  • fd34605 Increase HTTP/2 default flow control window. (#7317)
  • 0d06955 Update hypothesis requirement from <=6.116.0,>=6.104.2 to >=6.104.2,<=6.119.3...
  • 5266bfd Bump the pyinstaller group with 2 updates (#7329)
  • 06d889d Update flask requirement from <=3.0.3,>=3.0 to >=3.0,<=3.1.0 (#7330)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [mitmproxy](https://github.com/mitmproxy/mitmproxy) to permit the latest version.
- [Release notes](https://github.com/mitmproxy/mitmproxy/releases)
- [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/mitmproxy@v10.3.1...v11.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants