Stop deploying web application firewalls (2023)

2 pointsposted 21 hours ago
by thunderbong

1 Comments

jqpabc123

21 hours ago

Instead of WAF, just build a custom web application server that only responds to requests with valid data that pertains to the app at hand and only with valid credentials.

The idea is to severely restrict the available attack surface.