| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
Please do not open a public GitHub issue for security vulnerabilities.
Report vulnerabilities by emailing security@stellarpay.dev with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (optional)
You will receive an acknowledgment within 48 hours and a detailed response within 7 days.
- We follow responsible disclosure.
- We will coordinate a fix and public disclosure timeline with you.
- We credit reporters in the release notes (unless you prefer anonymity).
- Never commit
.envfiles or private keys to version control. - Rotate your
JWT_SECRETand Stellar secret keys regularly. - Use Stellar testnet for development; never use mainnet keys in dev environments.
- Keep dependencies up to date — run
npm auditregularly. - Enable HTTPS in production.