Security bug
This commit is contained in:
parent
bcf98879cb
commit
c6622301e5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class SFTP extends OC\Files\Storage\Common {
|
|||
}
|
||||
|
||||
private function abs_path($path) {
|
||||
return $this->root . $path;
|
||||
return $this->root . $this->cleanPath($path);
|
||||
}
|
||||
|
||||
private function host_keys_path() {
|
||||
|
|
Loading…
Reference in a new issue