ghosts-network / gateway

RESTful public API for GhostNetwork education project
1 stars 5 forks source link

Avatar file format #43

Closed volodymyr-borodin closed 2 years ago

volodymyr-borodin commented 2 years ago

Problem There is not validation for file format in the [PUT] /users/{id}/profile-picture that might lead to uploading inupropriate files into server

Solution Only .png and .jpg files should be available for uploadingw