Browse Source

validate absolute path constructed

main
yggverse 7 months ago
parent
commit
f71b083e81
  1. 5
      src/Model/Filesystem.php

5
src/Model/Filesystem.php

@ -219,6 +219,11 @@ class Filesystem
return null; return null;
} }
if (!$this->valid($realpath))
{
return null;
}
return $realpath; return $realpath;
} }

Loading…
Cancel
Save