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

24 lines
698 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: "OWASP"
type: entity
tags: [安全, 标准, Web]
sources: [what-is-devsecops-best-practices-benefits-and-tools]
last_updated: 2026-04-16
---
## Definition
OWASPOpen Web Application Security Project是一个非营利组织专注于 Web 应用安全研究和标准制定。其 OWASP Top Ten 是全球最具影响力的 Web 安全漏洞列表。
## Key Contributions
- OWASP Top Ten最关键的 Web 安全风险列表
- OWASP ZAP开源 Web 应用安全扫描工具
- 安全标准和指南
## Aliases
- OWASP Top Ten
- OWASP WebGoat
## Connections
- [[DevSecOps]] ← follows ← [[OWASP]]
- [[SAST]] ← implements ← [[OWASP]]
- [[DAST]] ← tests_against ← [[OWASP]]