Skip to content

Security: JamBalaya56562/Peon-Website

Security

SECURITY.md

Security Policy

Supported versions

We accept security reports for the latest code on the main and staging branches of this repository.

Reporting a vulnerability

Please do not open a public GitHub issue for security vulnerabilities.

Report privately by emailing both:

Include:

  1. A short description of the issue and its impact
  2. Steps to reproduce (or a proof of concept)
  3. Affected component / version / commit if known
  4. Any suggested fix (optional)

We will acknowledge receipt within a few business days and follow up with next steps. Please give us reasonable time to investigate and release a fix before any public disclosure.

If GitHub private vulnerability reporting is enabled on this repository, you may also use Security → Advisories → Report a vulnerability.

Secrets and credentials

  • Never commit .env, .env.local, API keys, or tokens.
  • Use .env.example as the template for local configuration.
  • Optional maintainer tooling (for example release scripts) may need OPENAI_API_KEY in your local environment only. Never commit it.
  • Rotate any credential that may have been exposed.

Safe contribution defaults

  • Open pull requests against staging, not main.
  • Do not include real customer data or live secrets in issues, PRs, or fixtures.

There aren't any published security advisories