I am soon about to begin developing an application where users can upload their own template files, which will be parsed by the smarty engine. They will have access to set variables. Before the template is actually used, it will be scanned to check that it contains no javascript and no links to include javascript.
What other security issues are there that I should worry about? Is this not a good idea? Could this produce a large security hole?




Bookmarks