framework icon indicating copy to clipboard operation
framework copied to clipboard

Improve `helpers.is_safe_path`

Open roll opened this issue 2 years ago • 0 comments

Overview

Currently, it uses pattern matching although we can use an actual "jail" checking (whether the path is within the basepath).

roll avatar Jan 10 '23 09:01 roll