**Severity:** Medium **File:** `tts/views.py` ## Problem Text-to-speech endpoint accessible without authentication. ## Remediation Add `@login_required` decorator to TTS routes. ## Source Finding from security audit (2026-08-31). See `.github/SECURITY_AUDIT_TRIAGE.md`.
Severity: Medium
File:
tts/views.pyProblem
Text-to-speech endpoint accessible without authentication.
Remediation
Add
@login_requireddecorator to TTS routes.Source
Finding from security audit (2026-08-31). See
.github/SECURITY_AUDIT_TRIAGE.md.