| Version | Supported |
|---|---|
| 1.0.x | ✅ |
If you discover a security vulnerability within this SMS Bulk Sender application, please send an email to the maintainers. All security vulnerabilities will be promptly addressed.
Please do not report security vulnerabilities through public GitHub issues.
This application handles:
- Twilio API credentials
- Phone numbers
- SMS messages
- Never commit
.envfiles - They contain sensitive Twilio credentials - Use environment variables for all sensitive configuration
- Keep dependencies updated - Run
npm auditregularly - Rate limiting is enabled - But monitor for abuse
- Validate all inputs - Phone numbers and message content
- Use HTTPS in production - Never send credentials over HTTP
TWILIO_ACCOUNT_SID- Keep privateTWILIO_AUTH_TOKEN- Keep private and rotate regularlyTWILIO_PHONE_NUMBER- Can be public but keep secure
Thank you for helping keep SMS Bulk Sender secure!