セキュリティ アナリストは、企業に展開されているすべてのプログラムがランタイム環境で評価されていることを確認する任務を負っています。プログラム内で見つかった重大な問題は、検証と修復のために開発者に送り返される必要があります。次の失われたもののうち、行われる評価の種類を説明しているものはどれですか?
正解:B
Dynamic code analysis is a technique that tests and analyzes an application during runtime to identify potential vulnerabilities, errors, or performance issues. Dynamic code analysis can detect problems that may not be visible in the source code or during static analysis, such as memory leaks, buffer overflows, or input validation errors. Dynamic code analysis can also simulate real-world scenarios and user inputs to evaluate the behavior and functionality of the application. References: CompTIA Security+ SY0-601 Certification Study Guide, Chapter 5: Implementing Host Security Solutions, page 246; What is Dynamic Code Analysis?