Skip to content

Security: demshine/cineweave-platform

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

Please do not open public issues for sensitive vulnerabilities.

Report security issues privately to the maintainers with:

  • affected component(s)
  • reproduction steps
  • impact assessment
  • suggested mitigation (optional)

If the issue involves leaked credentials:

  1. revoke the credential immediately
  2. rotate keys/secrets
  3. update deployment environments

Secrets Handling

  • Never commit provider API keys or access tokens
  • Use deployment environment variables (Render/Vercel/local .env)
  • Treat screenshots and logs as sensitive if they contain request headers or tokens

Provider Integrations

Provider adapters must:

  • avoid logging raw credentials
  • classify auth/quota/rate-limit failures
  • return actionable errors without leaking secrets

There aren’t any published security advisories