Terminology Index

Glossary

2953 terms

Open concept maps
V
20
W
12

Web Application Assessment

A security assessment focused on a web application, covering its inputs, authentication, authorization, business logic, and dependencies, following an established methodology like OWASP WSTG.

Web application assessment evaluates a web app for vulnerabilities: input handling (injection, XSS), authentication and session management, authorization (broken access control), business-logic flaws, dependency security. It typically follows a structured methodology (OWASP Web Security Testing Guide) for repeatable coverage. As a security-assessment-methodology topic, web-app assessment is one of the most common professional assessments, demanding both broad methodology and per-app specifics.

Introduced in: Security Assessment Methodology

Examples

  • Following OWASP WSTG to structure a web-app assessment.
  • Testing authentication, authorization, and input handling systematically.
  • Combining methodology with app-specific business-logic testing.