Hi. My script rejected with reason below:
- Application is insecure.
And the reviewer sent me photo of XSS vulnerability. There is no XSS vulnerability on user-side, it is only in admin-side.
There are “Extra Header/Footer”, “Ad Code” fields and “Blog Post Content” (wysiwyg editor) field in my admin panel.
For example, admin user enters Adsense code to “Ad Code” field. Adsense gives us javascript code. That’s why I don’t check XSS in these fields.
What should I do?