Govur University Logo
--> --> --> -->
...

What specific risk mitigation strategy addresses the potential for cross-site scripting (XSS) vulnerabilities when displaying user-submitted content alongside weather data?



The most effective risk mitigation strategy to address potential cross-site scripting (XSS) vulnerabilities when displaying user-submitted content alongside weather data is implementing strict input validation and output encoding (also known as output escaping). 'Cross-site scripting (XSS)' is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. 'Input validation' is the process of verifying that user input conforms to a set of rules before it is processed. 'Output encoding' is the process of converting characters in user-submitt....

Log in to view the answer



Redundant Elements