Problem
_FILE_SIGNATURES in security.py:148-155 doesn't include .aac or .wma, even though ALLOWED_AUDIO_EXTENSIONS lists them.
Solution
Add magic byte signatures or remove these extensions from ALLOWED_AUDIO_EXTENSIONS.
Acceptance Criteria
Difficulty: Easy
Problem
_FILE_SIGNATURESinsecurity.py:148-155doesn't include.aacor.wma, even thoughALLOWED_AUDIO_EXTENSIONSlists them.Solution
Add magic byte signatures or remove these extensions from
ALLOWED_AUDIO_EXTENSIONS.Acceptance Criteria
Difficulty: Easy