A security team is reviewing the findings in a report that was delivered after a third party performed a penetration test. One of the findings indicated that a web application form field is vulnerable to cross-site scripting. Which of the following application security techniques should the security analyst recommend the developer implement to prevent this vulnerability?
- ASecure cookies
- BVersion control
- CInput validation (correct answer)
- DCode signing
Reveal answer & explanationHide answer
The correct answer is C. Option C: Input validation This option keeps traffic private / properly secured as required.