Files
nexus/wiki/entities/OWASP.md
2026-04-27 16:26:34 +08:00

2.0 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
OWASP entity
security
web-security
standards
devsecops
what-is-devsecops-best-practices-benefits-and-tools
2025-12-19

Overview

OWASPOpen Web Application Security Project开放式 Web 应用安全项目是一个开源的社区驱动的非营利组织专注于提高软件安全性。OWASP 是全球应用安全领域最具影响力的社区之一,其工具、标准和技术文档被广泛应用于 DevSecOps 实践中。

Key Deliverables

OWASP Top Ten

最知名的 OWASP 项目,列出 Web 应用最关键的 10 大安全风险,是 DevSecOps 安全测试的核心参考标准:

  1. Broken Access Control访问控制失效
  2. Cryptographic Failures加密失败
  3. Injection注入攻击
  4. Insecure Design不安全设计
  5. Security Misconfiguration安全配置错误
  6. Vulnerable and Outdated Components易受攻击和过时的组件
  7. Identification and Authentication Failures识别和身份验证失败
  8. Software and Data Integrity Failures软件和数据完整性失败
  9. Security Logging and Monitoring Failures安全日志和监控失败
  10. Server-Side Request Forgery服务器端请求伪造

Other Key Projects

  • OWASP ZAP:开源 Web 应用安全扫描器(DAST 工具)
  • OWASP ASVS:应用安全验证标准
  • OWASP SAMM:软件保证成熟度模型
  • OWASP Dependency-CheckSCA 工具(SCA

Role in DevSecOps

DevSecOpsOWASP 提供:

  • DAST 测试的漏洞分类标准
  • SAST 工具的规则开发参考
  • 安全编码标准和最佳实践
  • 开源安全测试工具
  • DevSecOps — OWASP 是 DevSecOps 工具链的核心参考
  • DAST — OWASP ZAP 是主流 DAST 工具
  • SAST — OWASP 提供安全编码标准
  • OWASP Top Ten — Web 应用安全风险的权威列表