Closed fishi0x01 closed 4 years ago
Vault allows a path structure like:
secret/a secret/a/x secret/a/y
For vsh this makes secret/a a potential file and directory at the same time. This leads to potentially unwanted behavior in cp, mv, cat and grep.
vsh
secret/a
cp
mv
cat
grep
The same bug was already solved for rm in https://github.com/fishi0x01/vsh/issues/29
rm
Vault allows a path structure like:
For
vsh
this makessecret/a
a potential file and directory at the same time. This leads to potentially unwanted behavior incp
,mv
,cat
andgrep
.The same bug was already solved for
rm
in https://github.com/fishi0x01/vsh/issues/29