Antigravity
195e845f0a
Deploy to Production / Build and Deploy (push) Successful in 5s
security: fix SQL injection in semantic search - use parameterized queries with bind params
- 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
2026-05-12 11:51:40 +00:00
..
2026-04-26 12:12:09 +02:00
2026-05-12 11:51:40 +00:00
2026-05-07 22:29:02 +00:00
2026-05-09 15:49:05 +00:00
2026-04-20 22:48:06 +02:00
2026-04-20 22:48:06 +02:00
2026-05-03 18:41:38 +00:00
2026-05-07 22:29:02 +00:00
2026-04-20 22:48:06 +02:00
2026-05-09 07:28:03 +00:00
2026-04-20 22:48:06 +02:00
2026-04-20 22:48:06 +02:00
2026-04-27 22:56:22 +02:00
2026-04-20 22:48:06 +02:00
2026-04-25 22:48:05 +02:00
2026-05-09 12:58:16 +00:00
2026-04-20 22:48:06 +02:00
2026-05-02 16:51:12 +02:00
2026-05-07 22:29:02 +00:00
2026-04-20 22:48:06 +02:00
2026-04-21 22:22:02 +02:00
2026-05-08 14:31:08 +00:00
2026-05-08 14:31:08 +00:00
2026-05-03 18:41:38 +00:00
2026-05-07 22:29:02 +00:00
2026-05-10 18:43:13 +00:00
2026-05-08 14:31:08 +00:00
2026-05-02 23:41:46 +02:00