Does limiting size of images prevents buffer overflow?
I am writing an app that serves images to clients.
The app is written mostly in python. I store the images in AWS s3 and serve the clients them directly from there.
Am I vulnerable to buffer overflow attacks?
If an image is bigger than 500… Continue reading Does limiting size of images prevents buffer overflow?