EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Remove unused method "create_resized_image()" #1329

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: NOAA security scan

The method "create_resized_image()" in cog/utils.py has been flagged as insecure because it would allow path manipulation exploits.

LucaCinquini commented 7 years ago

The method has been removed since it's no longer used. It used to be invoked to create thumbnails, but those are actually created automatically when uploading an image through the image browser.

murphysj commented 7 years ago

verified it is no longer in the source code.