Changes between Initial Version and Version 1 of Ticket #13579, comment 11
- Timestamp:
- 10/09/12 16:44:12 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13579, comment 11
initial v1 3 3 I'm in favor of removing cwd from `sys.path` in `sage-env` if it is not a subdirectory of the users home directory. Thats a pretty specific measure that keeps the convenience of easy importing while keeping use pretty safe. But that should be an additional security measure, and is definitely not the solution to the issue here. 4 4 5 `test_executable` has to be implemented in a manner that i s not dependent on other scripts, or we will see the same issue crop up again at a later time.5 `test_executable` has to be implemented in a manner that its safety is not dependent on other scripts, or we will see the same issue crop up again at a later time.