box-builder / box

A mruby-based Builder for Docker Images
https://box-builder.github.io/box/
Other
237 stars 19 forks source link

in some situations symlinks could be rewritten improperly when relative #254

Closed erikh closed 6 years ago

erikh commented 7 years ago

Example:

foo/
  bar
  quux -> ../quux
quux

for:

copy ".", ROOT

This could be rewritten to ROOT/quux, which is invalid.

erikh commented 7 years ago

not sure if this is docker/docker/pkg/archive.Tar or us, but I'm leaning towards how we use it, just haven't found the issue yet.