7 Commits

Author SHA1 Message Date
Daniel O'Connell
48c380b903 migrate to fastmcp 2025-12-24 23:19:41 +01:00
d9fcfe3878 more search improvements 2025-12-21 12:29:44 +00:00
d644281b26 Fix 5 security and quality bugs
BUG-030: Add rate limiting via slowapi middleware
- Added slowapi to requirements
- Configurable limits: 100/min default, 30/min search, 10/min auth
- Rate limit settings in settings.py

BUG-028: Fix filter validation in embeddings.py
- Unknown filter keys now logged and ignored instead of passed through
- Prevents potential filter injection

BUG-034: Fix timezone handling in oauth_provider.py
- Now uses timezone-aware UTC comparison for refresh tokens

BUG-050: Fix SQL injection in test database handling
- Added validate_db_identifier() function
- Validates database names contain only safe characters

Also:
- Updated tests for bcrypt password format
- Updated test for filter validation behavior
- Updated INVESTIGATION.md with fix status

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 21:41:16 +00:00
Daniel O'Connell
08d17c28dd run discord collector 2025-10-12 23:43:44 +02:00
Daniel O'Connell
e086b4a3a6 add Discord ingester 2025-10-12 23:13:30 +02:00
Daniel O'Connell
6b48a768b9 better file retrieval 2025-06-27 03:38:55 +02:00
Daniel O'Connell
f2c24cca3b packageable + proxy 2025-06-03 18:48:45 +02:00