mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
mitmproxy 12.2.2
This commit is contained in:
parent
7458ea26cc
commit
437fb75d19
5 changed files with 15 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
10
mitmproxy/tools/web/static/index-Bt--WL1e.js
vendored
10
mitmproxy/tools/web/static/index-Bt--WL1e.js
vendored
File diff suppressed because one or more lines are too long
10
mitmproxy/tools/web/static/index-D7g-N5jK.js
vendored
Normal file
10
mitmproxy/tools/web/static/index-D7g-N5jK.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue