-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanitize song bytes #262
Comments
Hey @AntonioMrtz would love to work on this, please assign |
Hi @kanishk128 , all yours. Let me know if you need anything :) There's also the project docs if you need extra help on common tasks such as set up and configuration. Consider starring the project if you like it :) |
Thanks @AntonioMrtz ! I just wanted to confirm a few things:
Is that correct? |
Yes @kanishk128 , you're correct 🎯 |
Hi @kanishk128 are you still working in this issue :) ? If you need help with something just let me know 🖐️ |
Hi @AntonioMrtz yes I am, wrote the sanitize_audio function, will do the tests and create a pull request soon |
Description
Sanitize song bytes uploaded by the user in
create_song
service method located atserverless
andblob
folders (supported architectures)Context
Uploaded songs by the user can be dangerous due to cross-site scripting and other security risks
How to do it
sanitize_audio
method inaudio_utils
sanitize_audio
from blob and serverless song servicecreate_song
Testing
sanitize_audio
methodcreate_song
endpoint requestThe text was updated successfully, but these errors were encountered: