Security Guidelines¶
Security best practices for Arctyk ITSM development.
Key Principles¶
- Never commit secrets
- Validate all user input
- Use parameterized queries
- Enable HTTPS in production
- Keep dependencies updated
Common Vulnerabilities¶
- SQL Injection - Use Django ORM
- XSS - Use template auto-escaping
- CSRF - Include CSRF tokens
- Authentication - Use Django auth