PRD: Extended outbound DLP scan surfaces #205

Merged
didericis merged 7 commits from prd-0053-extended-outbound-scan into main 2026-06-07 23:24:04 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 652c8cb5a7 - Show all commits
+1 -1
View File
@@ -251,7 +251,7 @@ class EgressAddon:
"""
if flow.websocket is None: # type: ignore[union-attr]
return
route = match_route(self.routes, flow.request.pretty_host)
route = match_route(self.config.routes, flow.request.pretty_host)
if route is None:
return
message = flow.websocket.messages[-1] # type: ignore[union-attr]
@@ -1,4 +1,4 @@
# PRD 0055: Extended outbound DLP scan surfaces
# PRD prd-new: Extended outbound DLP scan surfaces
- **Status:** Active
- **Author:** claude
+1 -1
View File
@@ -606,7 +606,7 @@ class TestDecisionDefaults(unittest.TestCase):
# --- scan_outbound -------------------------------------------------------
class TestScanOutbound(unittest.TestCase):
class TestScanOutboundBody(unittest.TestCase):
def test_body_token_patterns_still_block(self):
result = scan_outbound(
Route(host="chatgpt.com"),