GameCreator icon indicating copy to clipboard operation
GameCreator copied to clipboard

Need to make sure workspace validates path

Open jessefreeman opened this issue 7 years ago • 0 comments

The WorkspaceService routs all file system calls to the FileSystem service. The workspace should validate that the system path is safe to write to. Need to modify ConvertToSystemPath to only return a value if the path is in a safe directory when writing to the system. If not, don't write file. Go through and make sure this is checked on every API that writes data to the file system.

jessefreeman avatar Mar 08 '18 11:03 jessefreeman