fix(ci): allow jsonl socket boundary helper

This commit is contained in:
Vincent Koc
2026-07-04 09:34:54 +02:00
parent d226afbc5c
commit c4083e32f5

View File

@@ -64,7 +64,7 @@ predicate allowedRawSocketClientCall(Expr call) {
or
allowedOwnerScope(call, "src/infra/gateway-lock.ts", "checkPortFree")
or
allowedOwnerScope(call, "src/infra/jsonl-socket.ts", "requestJsonlSocket")
allowedOwnerScope(call, "src/infra/jsonl-socket.ts", "requestJsonlSocketWithMaxLineBytes")
or
allowedOwnerScope(call, "src/infra/net/http-connect-tunnel.ts", "connectToProxy")
or