Static and Dynamic Application Security Testing (SAST/DAST)
Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST) are automated security testing methodologies employed throughout the SDLC to identify vulnerabilities and potential threats in source code, compiled binaries, or running applications. SAST involves scanning t…
CISSP - Static and Dynamic Application Security Testing (SAST/DAST) Example Questions
Test your knowledge of Static and Dynamic Application Security Testing (SAST/DAST)
Question 1
A company reviews their application's code for security vulnerabilities. During the review process, they discover that sensitive information is hardcoded in the source code. What type of security testing can be used to identify this issue?
Question 2
A security team wants to perform vulnerability analysis during the SDLC. Which of the following testing methodologies ensures comprehensive coverage for both static code and runtime security assessment?
Question 3
A company wants to improve their web application security process by using both SAST and DAST tools. Which option below best represents the main benefits of using both tools together?