Skip to content

Security: 1dZb1/CodeBoard

Security

SECURITY.md

Security Policy

Supported versions

Security updates are provided for the latest main branch.

Reporting a vulnerability

Please do not open a public issue for security vulnerabilities.

Instead, report privately with:

  • vulnerability summary
  • impact assessment
  • reproduction steps
  • proof of concept (if available)
  • affected commit/version

Response process

  1. Acknowledge report within 72 hours.
  2. Validate and triage severity.
  3. Prepare and test a fix.
  4. Coordinate disclosure timing with reporter.
  5. Publish advisory/changelog note after patch release.

Scope notes

  • Secrets accidentally committed to history are treated as critical.
  • Dependency vulnerabilities are triaged by exploitability in this project context.
  • Development-only tooling vulnerabilities may be accepted temporarily with documented rationale.

Security best practices for contributors

  • Never commit API keys, tokens, passwords, .env, or local DB files.
  • Use least-privilege credentials in local testing.
  • Keep dependencies pinned via lockfile and prefer npm ci.

There aren't any published security advisories