A development team recently deployed a new version of a web application to production. After the release, penetration testing revealed a cross-site scripting vulnerability that could expose user data.
Which AWS service will mitigate this issue?
A development team recently deployed a new version of a web application to production. After the release, penetration testing revealed a cross-site scripting vulnerability that could expose user data.
Which AWS service will mitigate this issue?
AWS WAF (Web Application Firewall) is designed to protect web applications from common web exploits, including cross-site scripting (XSS) attacks. It allows you to set up rules that block or monitor HTTP requests that you specify, such as those containing XSS patterns. This makes AWS WAF the appropriate service to mitigate cross-site scripting vulnerabilities in a web application.
B https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-xss-match.html
B read https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-xss-match.html
B. https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-xss-match.html
B is correct
bbbbbb
B of course