Security fixes target the latest release and the main branch.
Do not open a public issue for exploitable vulnerabilities, secrets, tokens, or private data exposure.
Use GitHub private vulnerability reporting if it is enabled for the repository. If it is not enabled, contact the maintainer through the published repository before sharing exploit details.
Include:
- affected version or commit;
- deployment mode and relevant config;
- clear reproduction steps;
- impact and affected data;
- whether the issue is already public.
- Do not commit real vault data, tokens,
.envfiles, API keys, logs, or private customer files. - Keep
AUTH_MODE=passwordfor public/self-hosted deployments. - Use HTTPS and
AUTH_COOKIE_SECURE=truein production. - Keep dependency audit checks passing before release.