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

24
wiki/entities/OWASP.md Normal file
View File

@@ -0,0 +1,24 @@
---
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]]