Skip to content

Security: hgstrm/pourpilot

Security

SECURITY.md

Security

Reporting a vulnerability

If you find a security issue, please do not open a public issue. Instead, use GitHub's private vulnerability reporting on this repository, or contact the maintainer directly.

Handling credentials

  • This app reads your xBloom credentials from server-side environment variables only. They are never exposed to the browser or stored in the database.
  • Always enable Deployment Protection on your hosted instance. Without it, anyone who can reach the app can create recipes on your xBloom account.
  • Never commit .env.local or real credentials.

See also DISCLAIMER.md.

There aren't any published security advisories