Which combination of controls most effectively addresses both LFI and Broken Access Control risks?
Server-side authorization, whitelist includes, and least-privilege file permissions.
Web Application Firewall + disable directory listing.
Input validation + output encoding.
Parameterized queries + TLS.
This question is part of this quiz :
Cyber Quiz Day 33