Respuesta :
Answer:
Test Phase
Explanation:
DevSecOps is an organizational software engineering culture and practice that unifies software development (Dev), security (Sec) and operations (Ops). The main characteristic of DevSecOps is to improve customer outcomes and mission value by automating, monitoring, and applying security at all phases of the software lifecycle.
There are nine phases of the software lifecycle which are: plan, develop, build, test, release, deliver, deploy, operate, and monitor.
The Performance test in the test phase will ensure that applications will perform well under the expected workload. The test focus is on application response time, reliability, resource usage and scalability.
In development phases, database design, development, and testing activities generate database artifacts, which are data models, database schema files, trigger definitions, view definition, test data, test data generation scripts, test scripts, etc. These database artifacts must be under configuration management control. During test phase, database functional test is like application code unit test and functional test to validate the schema, triggers, and data compliance. The non-functional test includes load testing, stress test, and performance test. The security test focuses on vulnerability scan, user authentication and authorization, unauthorized access to data, data encryption, privilege elevation, SQL injection, and denial of service.
In a bid eliminate the vulnerability experienced during the traditional development process, DevSecOps emphasizes reliability, performance and Scaling with the integration of Security phase.
The integration of Security infrastructure into the Development operation(DevOps) process ensures that security challenges experienced by softwares are tackled immediately hence ensuring reliability and reduced vulnerability.
DevSecOps ensures that performance isn't sacrificed for security, hence, softwares are continously checked for security at every phase of the development process during testing.
Therefore, the security phase of the DevSecOps pipeline ensures that satisfactory security and Performance levels are met.
Learn more : https://brainly.com/question/17205994