You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in common/src/file-upload.controller.ts empty file uploads are allowed to be uploaded. Proposed PR adds a check before letting the upload take place.
This ticket helps with the following aspect
Potential resource efficiency
potential security gains (to prevent a mass empty file upload exploit)
Only valid files pass through (improves data integrity)
The text was updated successfully, but these errors were encountered:
Currently in
common/src/file-upload.controller.ts
empty file uploads are allowed to be uploaded. Proposed PR adds a check before letting the upload take place.This ticket helps with the following aspect
The text was updated successfully, but these errors were encountered: