didericis-claude
1fd79dda9a
fix(egress): restart dead daemons and cap inbound scan body size ( #455 )
...
Two complementary fixes for the egress gateway OOM:
1. gateway_init: auto-restart any daemon that dies unexpectedly. The
supervisor already had restart_daemon()/request_restart() logic; this
wires it into tick() so an OOM-killed mitmdump is respawned without
operator intervention. Implements the "eventual" failure policy
described in the original module docstring.
2. egress_addon: cap response body bytes passed to the DLP inbound scan
at EGRESS_INBOUND_SCAN_LIMIT_BYTES (default 1 MiB). mitmproxy buffers
the full response before the hook fires; capping at scan time limits
the additional amplification from decoded text and regex strings. Bodies
over the limit emit an egress_scan_truncated log event. Set to 0 to
disable the cap.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-07-23 19:33:03 -04:00
..
2026-07-14 17:07:56 -04:00
2026-07-23 21:28:39 +00:00
2026-07-21 13:15:05 -04:00
2026-07-17 00:36:43 -04:00
2026-07-11 13:24:47 -04:00
2026-07-21 22:54:26 -04:00
2026-07-23 21:39:07 +00:00
2026-07-20 19:58:14 +00:00
2026-07-19 02:18:07 +00:00
2026-07-11 13:24:47 -04:00
2026-07-21 04:54:40 +00:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-22 17:36:51 +00:00
2026-07-11 16:56:17 -04:00
2026-07-20 19:13:08 +00:00
2026-07-14 02:38:20 -04:00
2026-07-18 15:27:29 -04:00
2026-07-21 14:25:38 -04:00
2026-07-21 14:25:38 -04:00
2026-07-20 19:13:08 +00:00
2026-07-23 23:28:55 +00:00
2026-07-21 13:56:29 -04:00
2026-07-14 02:38:20 -04:00
2026-07-21 13:56:29 -04:00
2026-07-14 16:46:46 -04:00
2026-07-21 13:56:29 -04:00
2026-07-23 21:39:07 +00:00
2026-07-21 04:54:40 +00:00
2026-07-21 13:15:05 -04:00
2026-07-01 19:50:38 +00:00
2026-07-16 17:42:36 -04:00
2026-07-19 02:18:07 +00:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-21 13:56:29 -04:00
2026-07-23 21:39:07 +00:00
2026-07-21 14:52:44 -04:00
2026-07-19 01:31:06 -04:00
2026-07-21 13:56:29 -04:00
2026-07-23 21:28:39 +00:00
2026-07-18 03:01:41 +00:00
2026-07-23 19:33:03 -04:00
2026-07-14 17:12:12 -04:00
2026-07-23 21:28:39 +00:00
2026-07-17 22:34:28 -04:00
2026-07-21 03:27:16 +00:00
2026-07-23 21:28:39 +00:00
2026-07-23 21:39:07 +00:00
2026-07-23 21:39:07 +00:00
2026-07-19 01:21:23 -04:00
2026-07-21 13:56:29 -04:00
2026-07-21 04:54:40 +00:00
2026-07-23 19:33:03 -04:00
2026-07-14 02:38:20 -04:00
2026-07-17 21:49:30 -04:00
2026-07-09 17:35:28 +00:00
2026-07-14 02:38:20 -04:00
2026-07-16 23:07:12 -04:00
2026-07-18 16:51:31 -04:00
2026-07-17 22:34:28 -04:00
2026-07-17 22:34:28 -04:00
2026-07-21 13:56:29 -04:00
2026-07-21 13:56:29 -04:00
2026-07-21 04:54:40 +00:00
2026-07-21 03:39:18 +00:00
2026-07-23 21:39:07 +00:00
2026-07-23 21:39:07 +00:00
2026-07-20 23:08:59 -04:00
2026-07-21 15:01:38 -04:00
2026-07-22 17:36:51 +00:00
2026-07-23 18:32:59 -04:00
2026-07-23 21:28:39 +00:00
2026-07-22 18:35:31 +00:00
2026-07-23 21:28:39 +00:00
2026-07-21 22:54:26 -04:00
2026-07-14 02:38:20 -04:00
2026-07-23 21:39:07 +00:00
2026-07-21 00:40:59 -04:00
2026-07-23 21:39:07 +00:00
2026-07-14 02:38:20 -04:00
2026-07-21 15:01:38 -04:00
2026-07-21 15:01:38 -04:00
2026-07-14 17:07:56 -04:00
2026-07-23 21:38:33 +00:00
2026-07-21 15:01:38 -04:00
2026-07-23 21:39:07 +00:00
2026-07-23 21:39:07 +00:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 17:07:56 -04:00
2026-07-21 16:55:06 +00:00
2026-07-21 13:56:29 -04:00
2026-07-16 22:44:47 -04:00
2026-07-16 22:05:21 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 17:06:04 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 14:18:39 -04:00
2026-07-09 17:21:57 +00:00