Open Sidtheasskicker opened 9 months ago
It is just a big bug in your application. So you should fix it. See https://codeigniter.com/user_guide/concepts/security.html#a3-cross-site-scripting-xss
Thanks for the reply !
The document is for CI4, but CI3 also has similar functionality. https://codeigniter.com/userguide3/general/common_functions.html#html_escape https://codeigniter.com/userguide3/libraries/form_validation.html
But CI3 does not have Content Security Policy feature.
So here's the scenario:
Just wanted to know if this is an accepted risk by default and I have to fix myself or I should send Proof Of Concepts to help you out.