femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Image upload doesn't check mime type

Open cseifert opened this issue 3 years ago • 0 comments

The image upload of the user profile only checks the file extension and uploads the file independent of its content. So you can create a file "image.jpg", add any content and upload it without any error. It would be great if the upload relies on mime types instead of the user defined extension name.

cseifert avatar Feb 18 '22 09:02 cseifert