Skip to content
Snippets Groups Projects
Commit c6622301 authored by hkjolhede's avatar hkjolhede
Browse files

Security bug

parent bcf98879
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment