Skip to content

Bump mitmproxy from 11.0.0 to 11.0.1 #4

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mitmproxy from 11.0.0 to 11.0.1.

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)
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 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 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)

Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/mitmproxy/mitmproxy/releases)
- [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/mitmproxy@v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: mitmproxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

Superseded by #5.

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/main/mitmproxy-11.0.1 branch December 6, 2024 03:22
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