mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
- Replaced raw SQL interpolation with parameterized queries to prevent injection risks. - Refactored user notification preference validation using runtime synchronized enums for enhanced type safety. - Updated private message and channel membership checks to respect the "left" status. - Enhanced JSONB handling in update queries for correctness and maintainability.