Paper Title
Dynamic Removal of Cross Site Scripting Vulnerabilities in Web Application

Abstract
Cross Site Scripting (XSS) Vulnerability is the top web application vulnerabilities according to current surveys. This vulnerability occurs when a web application uses inputs received web pages without properly validating them. This allows an attacker to inject malicious script when a client visits tapped web pages. Such an attack may cause serious security violations such as account hijacking and cookies theft. A current approach to mitigate these problems mainly focuses on effective detection of XSS vulnerabilities in the programs or prevention of XSS attacks. As more convoluted attack vectors are being detected. Vulnerabilities if not removed could be tapped anytime. In this proposed system to address this issue and presents an approach for removing XSS vulnerabilities in web application.