If you discover a security vulnerability in VOYGE.studio, please report it responsibly:
- Do not open a public GitHub issue for security vulnerabilities.
- Email the maintainer directly or open a private GitHub security advisory.
- Include a description of the vulnerability and steps to reproduce.
This repository uses several external API keys. Never commit real API keys.
- All secrets must be stored in
.env.local(git-ignored). - See
.env.examplefor the full list of required environment variables. - The Firebase client config in
src/lib/firebase.tscontains only public project identifiers — these are safe to commit. See Firebase docs for why.
| Version | Supported |
|---|---|
| 1.x | ✅ Yes |
Keep dependencies up to date with npm audit and npm update regularly.