Files
nexus/wiki/concepts/Shift-Right.md
2026-04-20 07:08:14 +08:00

26 lines
1.0 KiB
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: "Shift Right"
type: concept
tags: [devops, security, testing]
sources: [what-is-devsecops-best-practices-benefits-and-tools]
last_updated: 2026-04-20
---
## Definition
"Shift Right" 强调在应用发布后持续进行安全监控和测试。即使开发阶段进行了全面的安全测试,某些漏洞可能只有在上线后被用户使用时才会被发现。
## Core Principles
- **持续监控**:上线后持续监控系统安全状态
- **生产环境测试**:在真实环境中发现测试环境无法覆盖的漏洞
- **快速响应**:发现漏洞后快速修复并发布补丁
- **用户反馈**:利用用户报告识别潜在安全问题
## Relationship with Shift Left
- Shift Left在开发早期阶段融入安全测试
- Shift Right在发布后持续安全监控
- 两者结合实现全生命周期安全保障
## Connections
- [[DevSecOps]] ← requires ← [[Shift Right]]
- [[监控可观测性]] ← enables ← [[Shift Right]]
- [[Shift Left]] ← complements ← [[Shift Right]]