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
Currently we aren't properly cleaning paths inside unpackEntry. In particular, if you have an invalid tar archive that contains entries such as ../../ or if it contains a entry that resolves through a symlink, then umoci will start touching parts of the host.
Currently we aren't properly cleaning paths inside
unpackEntry
. In particular, if you have an invalid tar archive that contains entries such as../../
or if it contains a entry that resolves through a symlink, thenumoci
will start touching parts of the host.To fix this we need to use this library, which I helped write specifically to solve this problem inside Docker https://github.com/docker/docker/tree/master/pkg/symlink.
The text was updated successfully, but these errors were encountered: