Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 611 Bytes

File metadata and controls

18 lines (11 loc) · 611 Bytes

Security Policy

Supported Versions

The main branch receives security fixes until versioned releases begin.

Reporting a Vulnerability

Email security reports to info@makepay.io.

Please include affected APIs, reproduction steps, expected impact, and any request or response examples with secrets removed.

Secret Handling

  • Do not put MakePay partner key secrets or webhook secrets in Flutter apps.
  • Create payment links on a trusted backend.
  • Verify webhooks against the exact raw request body.
  • Treat checkout return parameters as untrusted hints and reconcile payment state server-side.