lavamunky (Peter Blay)
- Login: lavamunky
- Email: peter@lavamunky.com
- Registered on: 07/18/2014
- Last sign in: 07/18/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/18/2014
-
10:02 PM Ruby Bug #10066 (Rejected): File.expand_path performs poor validation of absolute path
- With `File.expand_path()`, if one of the arguments is of the form "~/.*", then it will search for the environment variable `$HOME`. If this is set to:
~~~sh
export HOME="/home/peter"
~~~
Then searching for `File.expand_path '~/.ba...