Skip to content

Security: FlowerRealm/revlm

Security

SECURITY.md

Security

Reporting

Open a GitHub Security Advisory or a private issue if you find a vulnerability.

Deployment requirements

Production deployments must set strong, unique values for at least:

  • REVLM_DB_DSN credentials
  • REVLM_ADMIN_API_KEY (if used)
  • REVLM_REDIS_PASSWORD (if Redis is enabled)

Do not reuse example values from README.md or Helm samples.

Known design choices

  • Upstream API keys (upstream_channels.api_key) and token reveal (user_tokens.token_plain) are stored in plaintext in MySQL. Restrict database access and encrypt backups.

There aren't any published security advisories