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 is performed during the design and build phase because it examines source code without executing it, identifying vulnerabilities early in development. Dynamic analysis (A) requires running the application and typically happens later during testing phases.