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 @@ -219,6 +219,11 @@ class Filesystem
return null;
}
if (!$this->valid($realpath))
{
return null;
}
return $realpath;
}

Loading…
Cancel
Save