Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 622 Bytes

File metadata and controls

17 lines (13 loc) · 622 Bytes

Security Policy

x-dms may handle sensitive data: X session cookies, proxy credentials, and private DMs.

Reporting a vulnerability

Do not open a public GitHub issue.

Instead, contact the maintainers privately (add/confirm your preferred contact method here):

Secure-by-default requirements (for contributors)

  • Do not log cookies/auth headers
  • Redact secrets in any debug dumps
  • Recommend encryption at rest for secrets
  • Use least-privilege credentials
  • Validate inputs (avoid injection/SSRF via proxy settings, etc.)