security_checklist
Security validation checklist for code and deployments.
synonyms:: security review, security audit, vulnerability assessment checklist:: authentication, authorization, input validation, encryption, logging
Checklist Items
authentication
Proper authentication mechanisms must be in place.
synonyms:: auth, login, identity verification, credentials
authorization
Authorization and access control must be implemented.
synonyms:: access control, permissions, roles, rbac
input_validation
All user inputs must be validated and sanitized.
synonyms:: input sanitization, validation, user input, sanitize
encryption
Sensitive data must be encrypted.
synonyms:: encrypt, encrypted, ssl, tls, https
logging
Security-relevant events must be logged.
synonyms:: audit log, security log, event logging