సురక్ష సాఫ్టవేర్ డెవలప్మెంట్ లైఫ్సైకిల్ (SDLC) సాఫ్టవేర్ డెవలప్మెంట్ యొక్క ప్రతిఒక దశలో — అవసరాలు నుండి డిజైన్, కోడింగ్, టెస్టింగ్, డిప్లాయ్మెంట్ మరియు నిర్వహణ వరకు — సురక్షను ఏకీకృత చేస్తుంది, కానీ దీనిని చిక్కబడిన సందర్భంగా పరిగణించే బదులు. ఇది "shift left" మరియు "security by design" సూత్రాలను ఆచరిస్తుంది.
జీవనచక్రం అంతటా సురక్ష
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).
