Rohit Sharma

Rohit Sharma

  • NA
  • 100
  • 42.9k

How to apply “white-list” input validation to protect agains

Dec 20 2013 5:31 AM
Hello friend
 
can you tell me proper way to fix Cross Site Scripting (XSS).
 
Description:
XSS flaws occur whenever an application takes un-trusted data and sends it to a web 
browser without proper validation and escaping. XSS allows attackers to execute scripts 
in the victim?s browser which can hijack user sessions, deface web sites, redirect the 
user to malicious sites or possibly introduce worms, etc.
 
By using white-list i able to fixes.But i cant get a proper way.
So can you tell me how to apply 
 
"white-list" input validation to protect against XSS.