Security verification need to be integrated into CI/CD process
CI/CD stands for Continuous Integration and Continuous Development. Implementation of it greatly improves speed with which software updates are delivered to existing code. It is often done without a human validation of the changes.
Verification of code for common security issues needs to be integrated into CI/CD process.
Of course some of the security problems may still slip through automated security verification, but implementation of such validation will greatly reduce likelihood of security issues being in code.
Comments
Post a Comment