Glossary

WAF (Web Application Firewall)

A WAF (Web Application Firewall) is an application-layer (L7) firewall that analyses HTTP traffic and blocks malicious requests before they reach the application. Protects against SQL injection, XSS, CSRF, HTTP-level DDoS, and other OWASP Top 10 attacks.

Operating modes

Types

Limitations

A WAF is not a replacement for secure code — it is an additional layer of protection. False positives (blocking legitimate requests) require careful rule tuning.