piyush38 Posted February 1, 2008 Share Posted February 1, 2008 How to make my php based website secured from Cross Site Scripting. After scanning my site i got the report that 1) The site is vulnerable to Cross Site Scripting 2) MySQL Database Error Disclosure Vulnerability Any idea for solutuions... Link to comment https://forums.phpfreaks.com/topic/88873-cross-site-scripting/ Share on other sites More sharing options...
Cep Posted February 1, 2008 Share Posted February 1, 2008 Go through your code and validate all your user data entry, or any externally influenced input to your site. Here is a site you should read up on, http://ha.ckers.org/xss.html Link to comment https://forums.phpfreaks.com/topic/88873-cross-site-scripting/#findComment-455199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.