SC-100 · Question #48
Your company is developing a new Azure App Service web app. You are providing design assistance to verify the security of the web app. You need to recommend a solution to test the web app for…
The correct answer is D. dynamic application security testing (DAST). DAST tools analyze programs while they are executing to find security vulnerabilities such as memory corruption, insecure server configuration, cross-site scripting, user privilege issues, SQL injection, and other critical security concerns…
Question
Your company is developing a new Azure App Service web app. You are providing design assistance to verify the security of the web app. You need to recommend a solution to test the web app for vulnerabilities such as insecure server configurations, cross-site scripting (XSS), and SQL injection. What should you include in the recommendation?
Options
- Ainteractive application security testing (IAST)
- Bstatic application security testing (SAST)
- Cruntime application se/f-protection (RASP)
- Ddynamic application security testing (DAST)
How the community answered
(25 responses)- A16% (4)
- B8% (2)
- C4% (1)
- D72% (18)
Explanation
DAST tools analyze programs while they are executing to find security vulnerabilities such as memory corruption, insecure server configuration, cross-site scripting, user privilege issues, SQL injection, and other critical security concerns. https://docs.microsoft.com/en-us/azure/security/develop/secure-develop
Topics
Community Discussion
No community discussion yet for this question.