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 the program, allowing early detection of security vulnerabilities during development. Dynamic analysis requires running the application, which typically happens later during testing phases. Combining both (option C) would be redundant at this stage.