mitmproxy/examples/contrib
dependabot[bot] 77d1f278e1
Update ruff requirement from <=0.8.6,>=0.5.0 to >=0.5.0,<=0.9.4 (#7528)
* Update ruff requirement from <=0.8.6,>=0.5.0 to >=0.5.0,<=0.9.4

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [autofix.ci] apply automated fixes

* fixup

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2025-02-01 23:21:33 +00:00
..
webscanner_helper disallow bare except statements (#6017) 2023-03-26 13:57:48 +00:00
all_markers.py Update all_markers.py (#6849) 2024-05-16 14:15:55 +02:00
block_dns_over_https.py Update ruff requirement from <=0.8.6,>=0.5.0 to >=0.5.0,<=0.9.4 (#7528) 2025-02-01 23:21:33 +00:00
change_upstream_proxy.py Update change_upstream_proxy.py (#6853) 2024-05-18 12:06:48 +02:00
check_ssl_pinning.py Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
custom_next_layer.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
dns_spoofing.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
domain_fronting.py Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
full_transparency_shim.c
har_dump.py add save HAR addon (#6368) 2023-09-24 13:51:22 +00:00
http_manipulate_cookies.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
httpdump.py fix some typos (#6728) 2024-03-11 08:19:36 +01:00
jsondump.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
link_expander.py Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d (#5899) 2023-02-01 23:08:09 +00:00
mitmproxywrapper.py Add enhancements for contrib/mitmproxywrapper.py (#5883) 2023-01-18 09:02:04 +01:00
modify_body_inject_iframe.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
ntlm_upstream_proxy.py Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
README.md examples/contrib: link to security plugin 2023-11-06 22:56:24 +01:00
remote-debug.py Migrate to ruff (#6433) 2023-10-31 16:03:53 +01:00
save_streamed_data.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
search.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
sslstrip.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
suppress_error_responses.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
test_jsondump.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
test_xss_scanner.py Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d (#5899) 2023-02-01 23:08:09 +00:00
tls_passthrough.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
upstream_pac.py Add script to enable use of pac server (#7397) 2024-12-16 20:31:42 +01:00
xss_scanner.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00

Community-Contributed Examples

Examples in this directory are contributed by the mitmproxy community.
If you developed something thats useful for a wider audience, please add it here!

Additional Examples Hosted Externally

Maintenance

⚠️ The examples in this directory are not actively maintained by the core developers.

We welcome PRs that add/fix/modernize/clean up code.