Thoughts on security engineering, lessons learned, and
technical deep dives. Written to clarify my own thinking and
hopefully help others along the way.
·
RBACAuthorization
RBAC is not authorization unless it's enforced server-side
A deep dive into why role-based access control must be validated on every API request, and common mistakes that lead to privilege escalation vulnerabilities.
An exploration of Insecure Direct Object Reference vulnerabilities, why they're so common, and patterns for building authorization into your data access layer.