We are planning to use TinyMce in a JSP.
We have a standard security filter which keeps track of input data from forms. It identifies insecure code input attempting any intrusions/cross site scripting.
My questions are as follows:
- When using tinyMce are there any third party libraries (paid or open source) which would help scan and identify for any insecure code attempting cross site scripting?
(I found one link in StackOverflow mentioning a PHP library, but I was looking for something in Java.)
- If we do not have any way to secure Tinymce, then what is the general design consideration that has to be taken to make it as secure as possible?