nuxt-file-storage
nuxt-file-storage copied to clipboard
getFileLocally() allows for path traversal attacks
I think it wise to add protection against path traversal attacks directly into nuxt-file-storage, as currently filenames such as ../.env are allowed and could be used to break out of the file folder.
this seems like a very important suggestion. I'll look into fixing it soon thanks for the report