Google Cloud Professional Cloud Developer — Question 47
You are running an application on App Engine that you inherited. You want to find out whether the application is using insecure binaries or is vulnerable to XSS attacks.
Which service should you use?
Answer options
- A. Cloud Amor
- B. Stackdriver Debugger
- C. Cloud Security Scanner
- D. Stackdriver Error Reporting
Correct answer: C
Explanation
The correct answer is C, Cloud Security Scanner, as it specifically scans for vulnerabilities in your application, including insecure binaries and XSS issues. Options A, B, and D do not provide the same security scanning capabilities; instead, they focus on debugging and error reporting functionalities.