droppyjs / droppy

Self-hosted file storage
https://droppyjs.com
BSD 2-Clause "Simplified" License
109 stars 13 forks source link

fix: remove dependency, ensure resolved path is in scope #103

Closed markhughes closed 3 months ago

markhughes commented 3 months ago

Closes: ??

What are the changes and their implications?

This ensure the the resolved path is always in the correct scope.

Moved logic from valid-filename into package, with plans to expand this (as it's missing some rules).

Checklist