An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Go to file
dependabot[bot] 0f370213d1
Bump pyinstaller from 6.1.0 to 6.2.0 (#6519)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from
6.1.0 to 6.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/releases">pyinstaller's
releases</a>.</em></p>
<blockquote>
<h2>v6.2.0</h2>
<p>Please see the <a
href="https://pyinstaller.org/en/v6.2.0/CHANGES.html#id1">v6.2.0 section
of the changelog</a> for a list of the changes since v6.1.0.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst">pyinstaller's
changelog</a>.</em></p>
<blockquote>
<h2>6.2.0 (2023-11-11)</h2>
<p>Features</p>
<pre><code>
* (macOS) At the end of analysis, verify the macOS SDK version reported
by binaries to be collected, and warn when the version is either invalid
(0.0.0) or too low (&lt; 10.9.0). Such binaries will likely cause issues
  with code-signing and hardened runtime. (:issue:`8043`)
* If the ``argcomplete`` Python module is installed, PyInstaller will
use it
enable tab completion for its CLI tools. PyInstaller CLIs can still be
used
  without this optional dependency. To install ``argcomplete`` with
PyInstaller, you can put ``pyinstaller[completion]`` in your
dependencies.
  See also `the argcomplete documentation
  &lt;https://kislyuk.github.io/argcomplete/&gt;`_. (:issue:`8008`)
<p>Bugfix</p>
<pre><code>
* (macOS) Fix the bug in binary processing and caching that would update
  the binary cache index before performing macOS-specific processing
(architecture validation, path rewriting). If, for example, architecture
  validation failed during a build, subsequent build attempts with
enabled binary cache (i.e., without the :option:`--clean` option) would
pick up the partially-processed binary file from the cache, bypassing
the
  architecture validation. NOTE: the existing binary caches need to be
purged manually (using :option:`--clean` option once) for the fix to
take
  effect! (:issue:`8068`)
* (macOS) Prevent collection of ``.DS_Store`` files, which might be
present
in build environment's package directories after user navigated them
using
  the Finder app. (:issue:`8042`)
* (Windows) Fix marshal error at the start of binary dependency
analysis,
  caused by inferred DLL search path ending up an instance of
  :class:`pathlib.Path` instead of :class:`str`. (:issue:`8081`)
* Bump the required ``packaging`` version to 22.0, which is required for
  proper handling of metadata that contains markers with ``extra``\ s.
  (:issue:`8061`)
* Fix erroneous DLL parent path preservation when
:data:`sys.base_prefix`
  itself is a symbolic link. In such case, we need to exclude both
resolved and unresolved path variant for ``sys.base_prefix``, in order
to
  prevent either from ending up in the list of directories for which DLL
  parent paths are preserved. Failing to do so, for example, caused
  ``_ctypes`` failing to load in an application build on Windows with
Python installed via ``scoop``, due to ``libffi-8.dll`` having
spuriously
preserved the parent directory path instead of being collected to
top-level
  application directory. (:issue:`8023`)
* Fix matching of pre-release versions in
  :func:`PyInstaller.utils.hooks.check_requirement` and
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a
href=&quot;90c9ac4231&quot;&gt;&lt;code&gt;90c9ac4&lt;/code&gt;&lt;/a&gt;
Release v6.2.0. [skip ci]&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;ae525ceffe&quot;&gt;&lt;code&gt;ae525ce&lt;/code&gt;&lt;/a&gt;
hookutils: fix pre-release matching in check_requirement /
is_module_satisfies&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;13de1077d5&quot;&gt;&lt;code&gt;13de107&lt;/code&gt;&lt;/a&gt;
building: fix marshal error during DLL search path extension&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;04db9fdaea&quot;&gt;&lt;code&gt;04db9fd&lt;/code&gt;&lt;/a&gt;
rth_utils: add is_macos_app_bundle flag&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;1e0e551ea9&quot;&gt;&lt;code&gt;1e0e551&lt;/code&gt;&lt;/a&gt;
rth_utils: remove relative import work-around&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;ecc218ceb5&quot;&gt;&lt;code&gt;ecc218c&lt;/code&gt;&lt;/a&gt;
analysis: fix module exclusion for relative imports from
submodules&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;03627c2b2b&quot;&gt;&lt;code&gt;03627c2&lt;/code&gt;&lt;/a&gt;
tests: add test for exclusion of relatively-imported modules&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;e157bb6c16&quot;&gt;&lt;code&gt;e157bb6&lt;/code&gt;&lt;/a&gt;
hooks: add a hook for our _pyi_rth_utils fake package&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;574a961917&quot;&gt;&lt;code&gt;574a961&lt;/code&gt;&lt;/a&gt;
rth_utils: move secure_mkdtemp() implementation to a
submodule&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;983bd59dc6&quot;&gt;&lt;code&gt;983bd59&lt;/code&gt;&lt;/a&gt;
rthooks: pkg_resources: normalize path using os.path.normpath&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a
href=&quot;https://github.com/pyinstaller/pyinstaller/compare/v6.1.0...v6.2.0&quot;&gt;compare
view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller&package-manager=pip&previous-version=6.1.0&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-02 07:06:11 +07:00
.github Bump the github-actions group with 1 update (#6516) 2023-12-02 07:02:17 +07:00
docs Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
examples examples/contrib: link to security plugin 2023-11-06 22:56:24 +01:00
mitmproxy Show exception and stack trace on startup errors (#6491) 2023-11-18 10:03:50 +01:00
release macOS: Use correct entitlements for binary distribution (#6480) 2023-11-13 13:52:55 +01:00
test Add option to return various status codes rather than killing during server replay (#6465) 2023-11-08 11:12:44 +01:00
web Add option to return various status codes rather than killing during server replay (#6465) 2023-11-08 11:12:44 +01:00
.gitattributes test dumpfiles: .bin -> .mitm 2021-02-03 19:27:15 +01:00
.gitignore update kaitai definitions 2022-07-29 16:13:15 +02:00
CHANGELOG.md mitmproxy 10.1.5 2023-11-14 12:54:48 +00:00
CONTRIBUTING.md Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
LICENSE GPLv3 -> MIT 2013-03-18 08:37:42 +13:00
MANIFEST.in remove pathod and pathoc 2020-12-13 20:21:11 +01:00
README.md readme: fix nits 2022-12-15 17:50:43 +01:00
SECURITY.md Create SECURITY.md 2021-09-13 16:34:33 +02:00
codecov.yml remove `release/` from coverage 2022-07-25 01:39:04 +02:00
pyproject.toml Bump pyinstaller from 6.1.0 to 6.2.0 (#6519) 2023-12-02 07:06:11 +07:00
setup.cfg Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00

README.md

mitmproxy

Continuous Integration Status autofix.ci: enabled Coverage Status Latest Version Supported Python versions

mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.

mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP.

mitmweb is a web-based interface for mitmproxy.

Installation

The installation instructions are here. If you want to install from source, see CONTRIBUTING.md.

Documentation & Help

General information, tutorials, and precompiled binaries can be found on the mitmproxy website.

mitmproxy.org

The documentation for mitmproxy is available on our website:

mitmproxy documentation stable mitmproxy documentation dev

If you have questions on how to use mitmproxy, please use GitHub Discussions!

mitmproxy discussions

Contributing

As an open source project, mitmproxy welcomes contributions of all forms.

Dev Guide

Also, please feel free to join our developer Slack! However, please note that the primary purpose of our Slack is direct communication between maintainers and contributors. If you have questions where the answer might be valuable to others, please use GitHub Discussions and not Slack.

Slack Developer Chat