Usage of unit tests to test important security related features like authentication and authorization.
Risk:Vulnerabilities are rising due to code changes.
Implementation of essential security related integration tests. For example for authentication and authorization.
Risk:Vulnerabilities are rising due to code changes in a complex microservice environment.
Integration tests are performed against the production environment after each deployment.
Risk:During a deployment an error might happen which leads to non-availability of the system, a part of the system or a feature.
Implementation of security related tests via unit tests and integration tests. Including the test of libraries, in case the are not tested already.
Risk:Vulnerabilities are rising due to code changes in a complex microservice environment in not important components.