Skip to content

Security: Rionlyu/spoold

Security

SECURITY.md

Security

Please report vulnerabilities through GitHub's private security-advisory feature rather than opening a public issue.

Scope

The supported security boundary is the default single-user deployment:

  • the API listens on loopback unless configured otherwise;
  • on Linux and macOS, an owner-only Unix socket is available for stronger local isolation;
  • private and loopback delivery targets are rejected unless explicitly allowed;
  • the journal is created with owner-only file permissions;
  • concurrent ownership of one journal is rejected;
  • outbound proxy environment variables are ignored.

spoold v0.1 has no authentication or tenant isolation. Exposing its API to an untrusted network is unsupported. Treat delivery headers and bodies as sensitive because they are retained in the journal until terminal retention expires.

There aren't any published security advisories