-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix potential DoS #336
Fix potential DoS #336
Conversation
duggalsu
commented
Aug 22, 2023
- Added upload file size limits
- This fixes https://github.com/tattle-made/security/issues/14
Thanks. Will take me some time to test this. Will keep you posted. |
@dennyabrain There is a limit of 8mb file size now. So if you try uploading an image greater than 8mb, it should fail |
really cool :) |
No, I can't test this from my end. You will have to test this. |
@aatmanvaidya We need to test this code block basically : Uli/browser-extension/api-server/index.js Lines 120 to 161 in 93eab95
its an POST endpoint called @duggalsu can you share the cURL command here we came up with here? |
@dennyabrain Here is the curl command
You can get the
|
We learnt that multer multipart upload doesn't play well with curl - expressjs/multer#666 Closing this. |