SasanLabs / VulnerableApp

OWASP VulnerableApp Project: For Security Enthusiasts by Security Enthusiasts.
https://sasanlabs.github.io/VulnerableApp/
Apache License 2.0
261 stars 357 forks source link

Fixed file upload directory creation when system root directory is not writable by application. #449 #453

Closed tkomlodi closed 7 months ago

tkomlodi commented 7 months ago

Updated code will set root and contentDispositionRoot to a temporary folder if they weren't created for any reason. If they were created successfully, they won't be changed.