diff --git a/.github/codeql/openclaw-boundary/queries/raw-socket-callsite-classification.ql b/.github/codeql/openclaw-boundary/queries/raw-socket-callsite-classification.ql index 311f7fced146..2360cabd1382 100644 --- a/.github/codeql/openclaw-boundary/queries/raw-socket-callsite-classification.ql +++ b/.github/codeql/openclaw-boundary/queries/raw-socket-callsite-classification.ql @@ -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