Forum OpenACS Q&A: Homepage Module Security

Collapse
Posted by Matthew Soldo on
Does the homepage module (OpenACS 3.X) have security features that
prevents a macilious user from uploading and executing .tcl
files? .adp files?

Thanks

Collapse
Posted by Vinod Kurup on
Uploaded files aren't sourced - they're served as "text/plain" (or whatever ns_guesstype returns for them). I just tested a .tcl and a .adp file and both just show the code to the user.