Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

21
wiki/concepts/SCA.md Normal file
View File

@@ -0,0 +1,21 @@
---
title: "SCA软件成分分析"
type: concept
tags: [安全, 依赖, 开源]
sources: [what-is-devsecops-best-practices-benefits-and-tools]
last_updated: 2026-04-16
---
## Definition
SCASoftware Composition Analysis专注于分析应用程序使用的第三方组件库和框架识别已知安全漏洞和许可证合规问题。
## Characteristics
- 在开发早期(计划/设计阶段)使用
- 检测开源依赖中的已知漏洞
- 验证许可证合规性
- 常用工具Snyk、OWASP Dependency Check
## Connections
- [[DevSecOps]] ← uses ← [[SCA]]
- [[CI-CD-流水线]] ← integrates ← [[SCA]]
- [[SDLC]] ← embeds ← [[SCA]]