gaol icon indicating copy to clipboard operation
gaol copied to clipboard

using relative path, allows access

Open schoeppl opened this issue 7 years ago • 0 comments

If one takes a relative path, the path protection does not work. Using the given example: Just change the file access to: match File::open(&PathBuf::from("../../../../../bin/sh")) { ... } will show this behavior.

schoeppl avatar May 11 '18 11:05 schoeppl