Një Cikli i Siguruar i Zhvillimit (SDLC) integrton sigurinë në çdo fazë të zhvillimit të software-it — nga kërkesimet përmes dizajnit, kodimit, testimit, vendosjes dhe mirëmbajtjes — në vend që ta trajtojë atë si një mendim i vonë. Ai përpëlqen "shift left" dhe "security by design."
Siguria përgjatë ciklit të jetës
Integrate security into EVERY phase (not just at the end):
REQUIREMENTS → define security requirements; consider compliance
DESIGN → THREAT MODELING; secure architecture; security review of the design
DEVELOPMENT → secure coding practices; code review; SAST in the IDE/CI
TESTING → security testing (SAST, DAST, dependency scanning, pen testing)
DEPLOYMENT → secure configuration; secrets management; hardening
MAINTENANCE → patching, monitoring, incident response, ongoing scanning
→ "shift left" — address security EARLY (cheaper than fixing after a breach).
