Skip to content

Security: monowar71/Lumen-Media-Android

Security

SECURITY.md

Security Policy

Supported versions

Version Supported
main (pre-1.0 development) Yes
Tagged releases (when published) Latest minor only

Reporting a vulnerability

Do not open a public issue for security vulnerabilities.

Report privately via:

  1. GitHub Security Advisories (preferred)
  2. 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.

Client-specific notes

  • Never commit API tokens, release/upload keystores, or local.properties / .env files.
  • The shared debug keystore at app/signing/lumenmedia-debug.keystore is committed on purpose so CI and local debug APKs share one signature for adb 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.

There aren't any published security advisories