Skip to content

Commit 1fa8590

Browse files
committed
docs: fix data counts (1099 records, 39 CWEs)
1 parent f99d484 commit 1fa8590

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
---
1515

16-
Search and query **1,098+ security data points** through a single MCP interface — **418+ OWASP projects**, **345 ASVS requirements**, **111 WSTG test cases**, **113+ Cheat Sheets**, **Top 10 2021**, **API Security Top 10 2023**, **LLM Top 10 2025**, **MCP Top 10 2025**, **Proactive Controls 2024**, **MASVS**, **38 CWE entries**, and **live NVD/CVE data** — with cross-references, compliance mapping, threat modeling, and MCP security assessment.
16+
Search and query **1,099+ security data points** through a single MCP interface — **418+ OWASP projects**, **345 ASVS requirements**, **111 WSTG test cases**, **113+ Cheat Sheets**, **Top 10 2021**, **API Security Top 10 2023**, **LLM Top 10 2025**, **MCP Top 10 2025**, **Proactive Controls 2024**, **MASVS**, **39 CWE entries**, and **live NVD/CVE data** — with cross-references, compliance mapping, threat modeling, and MCP security assessment.
1717

1818
## Why owasp-mcp?
1919

@@ -111,7 +111,7 @@ docker run --rm -i ghcr.io/zer0-kr/owasp-mcp
111111
| **MCP Top 10 2025** | 10 | [OWASP MCP Top 10](https://owasp.org/www-project-mcp-top-10/) |
112112
| **Proactive Controls 2024** | 10 | [OWASP Proactive Controls](https://owasp.org/www-project-proactive-controls/) |
113113
| **MASVS** | 23 | [OWASP/owasp-masvs](https://github.com/OWASP/owasp-masvs) |
114-
| **CWE Database** | 38 | [MITRE CWE](https://cwe.mitre.org/) |
114+
| **CWE Database** | 39 | [MITRE CWE](https://cwe.mitre.org/) |
115115
| **Cheat Sheets** | 113+ | [OWASP/CheatSheetSeries](https://github.com/OWASP/CheatSheetSeries) |
116116
| **NVD/CVE** | Live | [NVD API 2.0](https://nvd.nist.gov/developers/vulnerabilities) |
117117

@@ -298,7 +298,7 @@ src/owasp_mcp/
298298
│ ├── mcp_top10.py # MCP Top 10 2025
299299
│ ├── proactive_controls.py # Proactive Controls 2024
300300
│ ├── masvs.py # MASVS mobile security
301-
│ ├── cwe_data.py # CWE database (38 entries)
301+
│ ├── cwe_data.py # CWE database (39 entries)
302302
│ └── cheatsheets.py # Cheat Sheet index + on-demand content
303303
└── tools/
304304
└── owasp_tools.py # All 24 MCP tool definitions

0 commit comments

Comments
 (0)