| Version | Supported |
|---|---|
| 1.0.x | ✅ |
We take security seriously. If you discover any security-related issues, please follow these steps:
- Do Not create a public GitHub issue
- Send an email to [alifbudimanwahabbi@domain.com] with details about the vulnerability or contact via whatsapp in +62 82113791904
- Include the following information:
- Type of issue
- Full paths of source files related to the issue
- Location of the affected source code
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue
-
Authentication Security
- WhatsApp OTP verification
- Rate limiting on authentication attempts
- Session management with secure tokens
-
Data Protection
- Encrypted database connections
- Sensitive data encryption at rest
- HTTPS/TLS for all communications
-
Input Validation
- Sanitization of all user inputs
- Protection against SQL injection
- XSS prevention
-
API Security
- Rate limiting on API endpoints
- API authentication required
- Input validation on all endpoints
-
OTP Security
- Limited validity period (10 minutes)
- Maximum retry attempts (3)
- Cooldown period after failed attempts
- Initial Response: Within 24 hours
- Status Update: Within 72 hours
- Security Fix: Depending on severity
- Critical: 24-48 hours
- High: 72 hours
- Medium: 1 week
- Low: Next release
- Keep all dependencies updated
- Use secure configurations in production
- Regular security audits
- Monitor system logs
- Follow secure coding guidelines