1
0
mirror of https://github.com/containers/youki synced 2024-09-20 19:02:41 +02:00
youki/tests/k8s
Toru Komatsu 91b476a35f
Use safe_path crate instead of our original secure_join (#1911)
Our secure_join had a bug and did not work perfectly with K8s.
It did not take into account the case where the symbolic destination is an absolute path.
Thus there are many cases where secure_join should be considered;
it would be more worthwhile to use safe_path,
which kata-container makes, and mature this one.

Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-05-13 10:30:17 -07:00
..
deploy.yaml Use safe_path crate instead of our original secure_join (#1911) 2023-05-13 10:30:17 -07:00
Dockerfile