| Version | Supported |
|---|---|
| 1.x.x | ✅ |
If you discover a security vulnerability within Scell.io PHP SDK, please send an email to security@scell.io.
All security vulnerabilities will be promptly addressed.
Please include the following information in your report:
- Type of vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
When using this SDK, please follow these best practices:
- Never commit API keys - Use environment variables
- Verify webhook signatures - Always use
WebhookVerifierfor incoming webhooks - Use HTTPS only - Never disable SSL verification in production
- Keep the SDK updated - Install security updates promptly
- Limit API key permissions - Use scoped API keys when possible