Scenario: During a CI/CD pipeline execution, a critical security vulnerability is identified in the code. What should be the immediate action taken by the development team?
- Document the Vulnerability and Continue Deployment
- Halt the Deployment and Fix the Vulnerability Immediately
- Notify Security Team and Schedule a Fix
- Rollback to the Previous Stable Version
Upon identifying a critical security vulnerability during CI/CD pipeline execution, the immediate action should be to halt the deployment and fix the vulnerability immediately. This ensures that the security issue is addressed promptly, preventing it from being deployed to production. Documenting the vulnerability, notifying the security team, and scheduling a fix are important steps in the post-incident response process.
Loading...
Related Quiz
- Which principle of functional testing emphasizes the importance of repeatability and consistency in test execution?
- How does the adoption of Continuous Integration and Continuous Deployment (CI/CD) impact functional testing?
- Cucumber scenarios are written using _______________.
- Which of the following principles emphasizes the importance of testing the system's functionality based on user requirements?
- Scenario: A new social media platform is undergoing testing. The development team wants to ensure that users can upload images successfully. Which approach would be most suitable for testing image uploads?