Y
Hacker News
new
|
ask
|
show
|
jobs
by
aventrix
2541 days ago
Disagree. This just reinforces the point that best security is multi-layered.
2 comments
tptacek
2541 days ago
That's an apology every crappy security add-on has always made. We shouldn't be happy about applying layer after layer of faulty controls, let alone applauding that as some kind of defense-in-depth best practice.
link
nullwasamistake
2541 days ago
WAF are basically all HTTP proxies. If you app has a non-broken HTTP implementation they're useless.
link
sytringy05
2541 days ago
yup, WAFs, IDS and IPS prevent protocol abuse. Everything else is the development teams problem
link