Laixer / Swabbr-Backend

API backend for the Swabbr application.
2 stars 0 forks source link

Checking of base64 encoded profile image #82

Open tabeckers opened 4 years ago

tabeckers commented 4 years ago

Currently our backend only checks if the base64 encoded profile image string is encoded in base64. The file itself isn't checked.

Is there anything else we can do?

tabeckers commented 4 years ago

The encoding is currently checked, the validity of the file as an image is not