Nodea — logo

OWASP

OWASP (the Open Worldwide Application Security Project) is an international nonprofit foundation that develops open standards, documentation and tooling focused on the security of web applications. OWASP materials are free and built by a community of security practitioners, which is why they have become a de facto reference for developers, testers and security teams worldwide.

How OWASP works

The foundation coordinates dozens of projects, the most recognizable of which is the OWASP Top 10 — a list of the ten most serious risk categories for web applications, revised every few years based on real-world incident data. It covers issues such as broken access control, injection flaws like SQL Injection, Cross-Site Scripting and security misconfiguration.

Beyond the Top 10, OWASP publishes deeper standards: the ASVS (Application Security Verification Standard) that defines graded levels of assurance, the Web Security Testing Guide that documents a testing methodology, and the Core Rule Set, a ready-made rule pack for web application firewalls. It also maintains tools such as the ZAP scanner used to detect vulnerabilities automatically.

Practical application

Day to day, the OWASP Top 10 acts as a checklist: a development team walks through each risk category and confirms the application is resilient to it — validating input, using parameterized queries and configuring sessions correctly. Auditors and firms carrying out penetration tests reference it when reporting the weaknesses they find.

OWASP standards also reach directly into the infrastructure layer. The OWASP Core Rule Set underpins many ModSecurity deployments and other application firewalls that filter malicious requests at the server or proxy level, before they ever reach the application. For that reason hosting and managed-service providers often cite alignment with OWASP recommendations as part of a secure environment.

Powiązane pojęcia

Najczęstsze pytania

What is the OWASP Top 10?

The OWASP Top 10 is a regularly updated list of the ten most common and severe categories of web application vulnerabilities, such as injection, broken access control and security misconfiguration. It serves as a shared baseline for developers and auditors and is widely referenced in compliance requirements.

Is OWASP a certification I can obtain?

No. OWASP is a foundation and a set of open projects, not a certifying body. You can, however, use its materials — like the ASVS or the Top 10 — as assessment criteria during an audit, and deploy the ready-made OWASP Core Rule Set in a web application firewall.