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 ~=11.1.2 to ~=11.1.3 #154

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 Feb 17, 2025

Updates the requirements on mitmproxy to permit the latest version.

Release notes

Sourced from mitmproxy's releases.

mitmproxy 11.1.3

Changes: See CHANGELOG.md.

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

Changelog

Sourced from mitmproxy's changelog.

17 February 2025: mitmproxy 11.1.3

  • Update mitmproxy_rs dependency to fix several bugs in local capture mode. (#7564, @​mhils)
  • Add documentation for local capture mode. (#7540, @​mhils)
  • Revise documentation on proxy modes. (#7545, @​mhils)
  • Add a log message to point Docker mitmweb users towards web_password. (#7554, @​mhils)
  • Fix a bug where UTF-8 surrogates would crash the export addon. (#7562, @​mhils)
  • Add help entries for all options in mitmweb that didn't have them. (#7563, @​mhils)

06 February 2025: mitmproxy 11.1.2

  • CVE-2025-23217: mitmweb's API now requires an authentication token by default. The mitmweb API is bound to localhost only, but @​gronke found that an attacker can circumvent that restriction by tunneling requests through the proxy server itself in an SSRF-style attack. (fa89055, @​mhils)
  • Add (optional) password protection for mitmweb. The web_password option replaces the randomly-generated token authentication with a fixed secret that survives mitmproxy restarts. (0bd573a, @​mhils)
  • mitmweb can now be hosted under arbitrary domains, the previously-used DNS rebind protection is not required anymore. (62693af, @​mhils)
  • Security Hardening: mitmweb's xsrf_token cookie is now HttpOnly; SameSite=Strict. (#7491, @​mhils)
  • We now provide standalone binaries for Linux arm64. (#7484, @​mhils)
  • Standalone binaries are now compiled with Python 3.13. (#7485, @​mhils)
  • Fix console freezing due to DNS queries with an empty question section. (#7497, @​sujaldev)
  • Add mitmweb tutorial to docs. (#7509, @​EstherRoeth)
  • Fixed a bug that caused mitmproxy to crash when loading prior knowledge h2 flows. (#7514, @​sujaldev)
  • Fix a bug where mitmproxy would get stuck in secure web proxy mode when using ignore_hosts or allow_hosts. (#7519, @​mhils)
  • Copy request/response data to the clipboard in mitmweb (#7352, @​lups2000)
  • Fix a bug where exporting a curl or httpie command with escaped characters would lead to different data being sent. (#7520, @​proteusvacuum)

05 February 2025: mitmproxy 11.1.1

  • Yanked. Identical to 11.1.2, but failed to deploy in CI.

... (truncated)

Commits

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@v11.1.2...v11.1.3)

---
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 Feb 17, 2025
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