Multiple choice technology security

As part of ASAP what type of analysis is performed during the design and build phase?

  1. Dynamic code analysis

  2. Static code analysis

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Static code analysis examines source code without executing it to identify security vulnerabilities during the design and build phases. This allows security issues to be caught early in the development lifecycle before runtime testing begins.