4teamwork / ftw.linkchecker

0 stars 0 forks source link

_set_upload_path seems to do nothing #90

Closed djowett-ftw closed 4 years ago

djowett-ftw commented 4 years ago

From code inspection.... _set_upload_path seems designed to insulate against invalid upload_locations in the configuration, by only setting upload_path if the location is traversable. However the code that actually does the upload references the unsanitized upload_location value instead!