Last updated: 11 July 2026
NED is a small, focused training app that stores account records, trial, subscription and office details, receipt references, and team attendance registers. The controls below describe how those records are protected.
| Control | How NED applies it |
|---|---|
| HTTPS | Production uses HTTPS with HSTS. |
| Server-side authorisation | Subscriptions, account records, receipts, attendance exports and admin actions are checked by the PHP API, not by local browser state. |
| Secrets management | Database, Stripe, Google OAuth, SMTP and admin secrets are stored server-side and are not committed to the public web files. |
| CSRF protection | State-changing authenticated endpoints require same-origin requests and use SameSite cookies. |
| Browser security headers | NED sends content-type, frame, referrer, permissions and Content Security Policy headers appropriate to each page surface. |
| Abuse controls | Sign-in, live market and attendance endpoints use lightweight rate limiting. |
| Monitoring | A health endpoint checks key runtime dependencies without exposing secret values. |
If we identify a privacy or security incident, we assess the impact, contain the issue, preserve relevant logs, and notify affected people and regulators where required. Under New Zealand's Privacy Act 2020, notifiable privacy breaches are assessed against the serious-harm threshold.
NED does not currently claim SOC 2, ISO 27001, PCI certification, Privacy Trust Mark, or any government security accreditation. Payment-card handling is intentionally outsourced to Stripe Checkout to keep NED's card-data footprint low. Security and compliance claims will be updated only after the relevant external assessment or validation has been completed.
To report a suspected security or privacy issue, email [email protected]. Please do not include passwords, card details, or other unnecessary sensitive information in your report.