HOTSPOT You need to recommend a security methodology for a DevOps development process based on the Microsoft Cloud Adoption Framework for Azure. During which stage of a continuous integration and continuous deployment (CI/CD) DevOps process should each security-related task be performed? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point
Threat modeling fits in plan and develop, DAST should happen in build and test, actionable intelligence lines up with operate. That's how the CAF for Azure maps it. Pretty sure this is how MS expects it to be sequenced.
Would you map DAST to build and test or operate if the question wants "as early as possible"? Just curious how folks are handling that nuance here.
Why wouldn’t DAST go in the operate stage since it works against live apps? Is the expectation here that dynamic testing should only happen before deployment, or are people doing both in build/test and operate?
