mitmproxy 12.2.2

This commit is contained in:
mitmproxy release bot 2026-04-12 21:43:57 +00:00
parent 7458ea26cc
commit 437fb75d19
5 changed files with 15 additions and 12 deletions

View file

@ -7,6 +7,9 @@
## Unreleased: mitmproxy next
## 12 April 2026: mitmproxy 12.2.2
- [GHSA-527g-3w9m-29hv](https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-527g-3w9m-29hv):
Fix LDAP injection vulnerability reported by @yueyueL.
([#8178](https://github.com/mitmproxy/mitmproxy/pull/8178), @mhils)

View file

@ -5,7 +5,7 @@
<title>mitmproxy</title>
<link rel="icon" href="static/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="module" crossorigin src="./static/index-Bt--WL1e.js"></script>
<script type="module" crossorigin src="./static/index-D7g-N5jK.js"></script>
<link rel="modulepreload" crossorigin href="./static/vendor-BS4xPthR.js">
<link rel="stylesheet" crossorigin href="./static/vendor-Cg3S-P9H.css">
<link rel="stylesheet" crossorigin href="./static/index-DhPPoJ7G.css">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@ import os
import subprocess
import sys
VERSION = "13.0.0.dev"
VERSION = "12.2.2"
MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one