All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 5s
- Replace string interpolation in $queryRawUnsafe with bind params ($1, $2...) - Add assertSafeId() validation for userId, notebookId, noteId - ftsSearch: bind query, userId, notebookId as parameters - vectorSearch: bind vector string, userId, notebookId, threshold as parameters - indexNote: already used bind params, added noteId validation - Fixes CRITICAL security audit finding #1