What are three best practices used to mitigate XSS attacks? (Choose three.)
- SSL encryption
- escaping
- multifactor authentication
- payload encryption
- validating input
- password manager
- sanitizing
Explanation: An XXS attack can be best mitigated by escaping, validating input, and sanitizing. The best way is to use a combination of all three practices by using a mix of code review, static testing, and dynamic testing.
Exam with this question: IoT Sec 1.1 Fundamentals: IoT Security Final Exam Answers
Please login or Register to submit your answer