Files
nexus/wiki/concepts/SCA.md
2026-04-16 17:30:41 +08:00

21 lines
672 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]