Files
nexus/wiki/concepts/DevSecOps.md
2026-04-14 16:02:50 +08:00

939 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
DevSecOps concept
DevOps
Security
SDLC
devsecops-best-practices.md
devops-culture-transformation.md
devops-maturity-model.md
2025-03-01

Summary

DevSecOps是将安全集成到DevOps生命周期每个阶段的实践确保安全是共同责任。

Definition

DevSecOps = Development + Security + Operations将安全实践嵌入整个软件开发生命周期。

Key Claims

  • 70%发布后发现的安全漏洞可通过DevSecOps预防
  • 安全不是最后检查,而是从编码开始就集成
  • Shift Left将安全缺陷识别提前到开发早期

Core Components

  • 协作:开发、安全、运维团队共享安全责任
  • 自动化将安全测试集成到CI/CD流水线
  • 测试SAST、DAST、SCA、IAST

Connections