Skip to content

Security: PrincessnJoy/stellarpay

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
1.x
< 1.0

Reporting a Vulnerability

Please do not open a public GitHub issue for security vulnerabilities.

Report vulnerabilities by emailing security@stellarpay.dev with:

  1. Description of the vulnerability
  2. Steps to reproduce
  3. Potential impact
  4. Suggested fix (optional)

You will receive an acknowledgment within 48 hours and a detailed response within 7 days.

Disclosure Policy

  • 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).

Security Best Practices for Deployers

  • Never commit .env files or private keys to version control.
  • Rotate your JWT_SECRET and Stellar secret keys regularly.
  • Use Stellar testnet for development; never use mainnet keys in dev environments.
  • Keep dependencies up to date — run npm audit regularly.
  • Enable HTTPS in production.

There aren't any published security advisories