Commit graph

3 commits

Author SHA1 Message Date
d93f1f2383
feat: add path safety and sanitization methods to ZipEntry
* Added `ZipEntry:getSafePath` which returns the path of the entry if it
  was safe, or nil
* Added `ZipEntry:sanitizePath` which converts a potentially unsafe path
  to a safe one, although it can change the meaning of the paths
* Updated path utility with functions `isSafe` and `sanitize`
* Path utility now always uses `/` as a path separator, converting `\\`
  to `/` when needed
* Included tests for path utility
2025-01-09 07:25:59 +00:00
03320fe090
style: apply stylua formatter 2025-01-08 14:14:30 +00:00
9d3c815fbb
refactor: small restructure and move utils outside main 2025-01-08 14:13:46 +00:00