uvdesk / core-framework

UVDesk Community Helpdesk Core Framework Bundle providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages.
https://www.uvdesk.com
MIT License
60 stars 50 forks source link

Set $renameFile to true on uploadFile from the Localhost upload manager #706

Open OneJumpRD opened 7 months ago

OneJumpRD commented 7 months ago

1. Why is this change necessary?

Improve security. For some reason although the app has the functionality to rename/sanitize the uploaded file names it is not being used since $renameFile defaults to false.

2. What does this change do, exactly?

Sets $renameFile to true on the function uploadFile from the localhost upload manager.

3. Please link to the relevant issues (if any).

Ticket number #32140 on uvdesk.com