**Description** Ensure that any user-generated data (like stream descriptions or DAO proposal text) is sanitized before being stored or served. **Tasks** - [ ] Implement `dompurify` or `xss` library on all POST/PUT endpoints. - [ ] Add SQL injection protection via Prisma’s parameterized queries. **Labels** `[Backend]` `Medium` `Security`
Description
Ensure that any user-generated data (like stream descriptions or DAO proposal text) is sanitized before being stored or served.
Tasks
dompurifyorxsslibrary on all POST/PUT endpoints.Labels
[Backend]MediumSecurity