Stop deploying web application firewalls (2023)

(macchaffee.com)

2 points | by thunderbong 15 hours ago ago

1 comments

  • jqpabc123 15 hours ago 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.