verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
853 stars 359 forks source link

Found 1 security vulnerability advisory when run Composer audit #181

Closed phatnt93 closed 10 months ago

phatnt93 commented 10 months ago

Alert from Composer audit: Found 1 security vulnerability advisory affecting 1 package

See below: image

Thanks!

verot commented 10 months ago

Yes, the advisory is here. This has been discussed with the security researcher, and the README updated to suggest better security practices when using the class.

phatnt93 commented 10 months ago

Thanks!