mitm2openapi 0.5.2

Convert mitmproxy flow dumps and HAR files to OpenAPI 3.0 specs — fast Rust rewrite of mitmproxy2swagger
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PoC fixtures

Binary proof-of-concept fixtures used by hardening regression tests.

## Naming scheme

```
<finding_id>_<description>.bin
```

Examples:

- `P1.1_payload_1tb.bin` — oversized tnetstring payload triggering the body-size cap
- `P1.2_nested_50k.bin` — deeply nested tnetstring triggering the depth limit

Each fixture is the minimal reproduction case for a specific hardening finding.
Later hardening PRs drop binaries here as they land.