As mentioned in the OWASP File Upload Cheat Sheet, it is a good practice to change the filename to something generated by the application.
In this PR the generated filename is a UUID.
Thank you for your recommendation.
Indeed, a generated filename using uuid is now applied when processing the audio file.
Please, pull the new changes!
As mentioned in the OWASP File Upload Cheat Sheet, it is a good practice to change the filename to something generated by the application. In this PR the generated filename is a UUID.
See also: https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html