An enterprise organization is migrating a monolithic legacy application to a cloud-native microservices architecture. To maintain security governance during continuous integration and continuous deployment (CI/CD) updates, the Security Advisory Board is revising the organization's change control procedures. Which of the following technical and procedural requirements must be integrated into the change management workflow to evaluate and mitigate security impacts effectively? (Select TWO.)
- Embedding automated static and dynamic security testing gates into the build pipeline to evaluate code changes before deployment approvalAnswer
- Establishing immutable baseline configuration repositories paired with automated drift detection to identify unauthorized system modificationsAnswer
- CDelegating emergency hotfix approval and implementation exclusively to software leads without requiring retrospective change advisory board documentation
- DSubstituting pre-deployment vulnerability testing and change reviews with inline Web Application Firewall rule adjustments
Answer
The correct requirements are embedding automated static and dynamic security testing gates into the build pipeline and establishing immutable baseline configuration repositories paired with automated drift detection.
Integrating automated security testing gates directly into deployment pipelines ensures code changes undergo rigorous vulnerability evaluation prior to deployment, while maintaining immutable configuration baselines with automated drift detection guarantees that any unauthorized operational changes are identified and remediated promptly.
Step-by-Step Solution
Key Concept
Change Management and Security Impacts