wraith/backend/src
Vantz Stockwell 8d4ee04285 fix: SSH host key verification — send verifyId, track pending clients, guard stale callbacks
Frontend sends verifyId with host-key-accept so backend can correlate the
verification response. Backend tracks pre-ready connections in pendingClients
map, destroys on error/disconnect, and guards against calling verify() after
the connection has already timed out or errored (_destruct crash fix).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 12:49:22 -04:00
..
__mocks__ test: backend test suite — 8 spec files covering vault encryption, credentials, SSH keys, auth service, controller, guards 2026-03-14 19:10:12 -04:00
auth test: backend test suite — 8 spec files covering vault encryption, credentials, SSH keys, auth service, controller, guards 2026-03-14 19:10:12 -04:00
connections feat: multi-user isolation with admin/user roles 2026-03-14 12:57:38 -04:00
prisma feat: Prisma schema (7 models) + NestJS bootstrap 2026-03-12 17:06:09 -04:00
rdp fix(security): SFTP session ownership + Guacamole instruction validation 2026-03-14 14:14:31 -04:00
settings feat: settings — key/value store with CRUD API 2026-03-12 17:09:08 -04:00
terminal fix: SSH host key verification — send verifyId, track pending clients, guard stale callbacks 2026-03-16 12:49:22 -04:00
vault test: backend test suite — 8 spec files covering vault encryption, credentials, SSH keys, auth service, controller, guards 2026-03-14 19:10:12 -04:00
app.module.ts fix: move cookie-parser to main.ts for guaranteed execution before JWT strategy 2026-03-14 15:36:35 -04:00
main.ts fix: move cookie-parser to main.ts for guaranteed execution before JWT strategy 2026-03-14 15:36:35 -04:00