Ed Zynda

Coder | Hacker | Superhero

Tip: Quick Test For XSS Vulnerabilities

Posted on · Tagged in

There are a lot of things to keep in mind when it comes to web development. Security should be at the top of your list. If you read up on web application security, you’re probably familiar with cross-site scripting or XSS attacks. XSS attacks can cause serious damage but are really simple to prevent. If you aren’t familiar, a XSS vulnerability occurs when your application takes user data and then sends it to the web browser without proper validation.…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.