ci(prd): rename PRD to prd-new placeholder per new convention
test / unit (pull_request) Successful in 37s
test / integration (pull_request) Successful in 49s
lint / lint (push) Successful in 1m30s
prd-number / assign-numbers (push) Successful in 32s
test / unit (push) Successful in 31s
test / integration (push) Successful in 42s
Update Quality Badges / update-badges (push) Successful in 1m11s
test / unit (pull_request) Successful in 37s
test / integration (pull_request) Successful in 49s
lint / lint (push) Successful in 1m30s
prd-number / assign-numbers (push) Successful in 32s
test / unit (push) Successful in 31s
test / integration (push) Successful in 42s
Update Quality Badges / update-badges (push) Successful in 1m11s
This commit was merged in pull request #205.
This commit is contained in:
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
# PRD 0055: Extended outbound DLP scan surfaces
|
||||
# PRD prd-new: Extended outbound DLP scan surfaces
|
||||
|
||||
- **Status:** Active
|
||||
- **Author:** claude
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user