src-d / go-billy

The missing interface filesystem abstraction for Go
https://godoc.org/gopkg.in/src-d/go-billy.v4
Apache License 2.0
199 stars 43 forks source link

isCrossedBoundary incorrectly identifies path "..foo" as cross boundary #49

Closed whickman closed 6 years ago

whickman commented 6 years ago

If there is a file named ..foo, isCrossedBoundary returns true, when it should not. (Disregarding the terrible naming of said file)