Mention what happens when an application takes user inserted data and sends it to a web browser without proper validation and escaping?

Technology CommunityCategory: Web SecurityMention what happens when an application takes user inserted data and sends it to a web browser without proper validation and escaping?
VietMX Staff asked 3 years ago

Cross site scripting happens when an application takes user inserted data and sends it to a web browser without proper validation and escaping.