アプリケーション セキュリティ エンジニアは、SAML を使用する新しい Web アプリケーションに対して脆弱性評価を実行しています。エンジニアは、アプリケーション内の潜在的な認証の問題を特定したいと考えています。エンジニアが実行するのに適した方法は、次のうちどれでしょうか。
正解:D
In this case, the security engineer is assessing a web application that uses SAML, and dynamic analysis (also known as DAST - Dynamic Application Security Testing) is the most appropriate method to identify potential authentication issues. Dynamic analysis tests the application in a runtime environment, allowing the engineer to identify vulnerabilities that arise during actual application execution, such as SAML misconfigurations or other authentication weaknesses. This is more effective for finding authentication issues compared to static analysis, which only reviews code without execution.