You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.