(row: ConnectionRow)
| 2117 | // tenant "a" + subject "user:b" collide with tenant "a:user" + subject |
| 2118 | // "b" — the same cross-tenant bleed by another route. |
| 2119 | const connectionKey = (row: ConnectionRow): string => |
| 2120 | JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]); |
| 2121 | |
| 2122 | const loadOAuthClientRow = ( |
| 2123 | owner: Owner, |
no outgoing calls
no test coverage detected