Back

What is OWASP?

A short explainer for the OWASP labels in your scan report.

The short answer

OWASP is the Open Worldwide Application Security Project, a non-profit that publishes the most widely-used reference for web application security risks. Their flagship document is the OWASP Top 10 - a ranked list, refreshed every few years, of the most critical web application security risks based on real-world data from thousands of organizations.

When a finding in your scan shows an OWASP A0X tag (e.g. A03:2021), that's where it falls in the current Top 10. It tells you the category of risk, not the specific exploit.

The 2021 Top 10

How findings map to OWASP

Each scan finding gets tagged with the OWASP category it most closely matches. A "Missing Content-Security-Policy" finding maps to A05 (Security Misconfiguration). A "Server Version Disclosed" finding also maps to A05. An outdated jQuery with known XSS CVEs maps to A06. The mapping is approximate - OWASP categories are broad, and a single misconfiguration can touch several.

Authoritative sources

Reading this because of an OWASP tag in your scan? Your full report is at your dashboard.