(row: ConnectionRow)
| 2202 | // tenant "a" + subject "user:b" collide with tenant "a:user" + subject |
| 2203 | // "b" — the same cross-tenant bleed by another route. |
| 2204 | const connectionKey = (row: ConnectionRow): string => |
| 2205 | JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]); |
| 2206 | |
| 2207 | const loadOAuthClientRow = ( |
| 2208 | owner: Owner, |
no outgoing calls
no test coverage detected