Help with Rejection

Hey i M New on Codecanon Please Help Me I Uploded a item on codecanyon but its rejected

Its Rejection Issue

Here is the comment from your Envato Quality team reviewer:

  1. Sorry, but your application is vulnerable to XSS: https://envato.d.pr/bqw9Ja

We look forward to reviewing your submission once you’ve made the changes!

Front Demo link:- http://demo.webplustech.com/sility/

Admin Demo link:- http://demo.webplustech.com/sility/admin/

Login Email:- admin@gmail.com
Login Password:- 123456

Please Tell Me How To Fix It Please Help Help

1 Like

Escape all database queries.
All sort and where variables must be escaped, for example esc($var). Or use a special library for this.

Good luck