| Version | Supported |
|---|---|
main (pre-1.0 development) |
Yes |
| Tagged releases (when published) | Latest minor only |
Do not open a public issue for security vulnerabilities.
Report privately via:
- GitHub Security Advisories (preferred)
- A private message to the repository owner via GitHub
Include reproduction steps, affected commit/version, and impact (token theft, XSS, local data exposure, etc.).
We aim to acknowledge reports within 72 hours.
- Never commit API tokens, release/upload keystores, or
local.properties/.envfiles. - The shared debug keystore at
app/signing/lumenmedia-debug.keystoreis committed on purpose so CI and local debug APKs share one signature foradb install -r(sideload only — not for Play Store). - Store refresh/access tokens only in platform-secure storage (Keychain / EncryptedSharedPreferences / memory+session as documented).
- Treat the companion server URL as untrusted input; validate TLS when exposing beyond LAN.