I made a rest API using Spring boot, one of my controllers is used to upload multipart file to the server. How can I do to sanitize files and be sure there is no security issue ?
Thank you.
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI made a rest API using Spring boot, one of my controllers is used to upload multipart file to the server. How can I do to sanitize files and be sure there is no security issue ?
Thank you.