Automating web application security testing
Cross-site scripting (aka XSS) is the term used to describe a class of security vulnerabilities in web applications. An attacker can inject malicious scripts to perform unauthorized actions in the context of the victim's web session. Any web application that serves documents that include data from untrusted sources could be vulnerable to XSS if the untrusted data is not appropriately sanitized. A web application that is vulnerable to XSS can be exploited in two major ways.
400 views
I had high expectations as
I had high expectations as this was from Google security blog, however its just a recap of 2004 year information.... Seems like they have a lot of catching up to do ;)
Post new comment