> ## Documentation Index
> Fetch the complete documentation index at: https://platform.docs.zenoo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Security in the Software Development Lifecycle (SDLC)

> Security practices integrated into Zenoo's software development lifecycle

## **Security in the Software Development Lifecycle (SDLC)**

### Code Reviews and Static Code Analysis

Security vulnerabilities are detected early using static code analysis and peer reviews during development. Each change is reviewed by a team member before being merged into the codebase.

### Penetration Testing

Regular penetration testing is conducted to ensure the platform remains secure against potential threats. Each finding is addressed and remediated within the timeframes depending on the severity.

### CI/CD Pipelines

Security checks are performed at each stage of the CI/CD pipeline to ensure that only secure code is deployed.
