Skip to content

Commit 437fb75

Browse files
author
mitmproxy release bot
committed
mitmproxy 12.2.2
1 parent 7458ea2 commit 437fb75

5 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
## Unreleased: mitmproxy next
99

10+
11+
## 12 April 2026: mitmproxy 12.2.2
12+
1013
- [GHSA-527g-3w9m-29hv](https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-527g-3w9m-29hv):
1114
Fix LDAP injection vulnerability reported by @yueyueL.
1215
([#8178](https://github.com/mitmproxy/mitmproxy/pull/8178), @mhils)

mitmproxy/tools/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>mitmproxy</title>
66
<link rel="icon" href="static/favicon.ico" type="image/x-icon" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<script type="module" crossorigin src="./static/index-Bt--WL1e.js"></script>
8+
<script type="module" crossorigin src="./static/index-D7g-N5jK.js"></script>
99
<link rel="modulepreload" crossorigin href="./static/vendor-BS4xPthR.js">
1010
<link rel="stylesheet" crossorigin href="./static/vendor-Cg3S-P9H.css">
1111
<link rel="stylesheet" crossorigin href="./static/index-DhPPoJ7G.css">

mitmproxy/tools/web/static/index-Bt--WL1e.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

mitmproxy/tools/web/static/index-D7g-N5jK.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mitmproxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import subprocess
33
import sys
44

5-
VERSION = "13.0.0.dev"
5+
VERSION = "12.2.2"
66
MITMPROXY = "mitmproxy " + VERSION
77

88
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one

0 commit comments

Comments
 (0)