Glossary
WAF (Web Application Firewall)
An application firewall that filters and monitors HTTP traffic between the internet and a web application. A WAF protects against common attacks (XSS, SQL injection, CSRF) by analyzing requests in real time. It does not replace fixing vulnerabilities in the code.