View all questions & answers for the CC exam
Which of the following is a common security measure to prevent Cross Site Scripting (XSS) attacks in web applications?
implementing strong password policies
using a firewall to block incoming traffic
validating and sanitizing user input (Correct)
encrypting data during transmission
Submit