Skip to content

Security: AdminServiceCloud/asc-daemon

Security

SECURITY.md

πŸ›‘οΈ Security Policy

πŸ“¦ Supported versions

Security fixes are released for the latest release of asc-daemon. Before 1.0.0, only the most recent version receives fixes β€” always update to the latest release via asc-updater.

Version Supported
latest release βœ…
older releases ❌ (update via asc-updater)

🚨 Reporting a vulnerability

The daemon runs with root privileges and manages user servers, so we take vulnerabilities seriously. If you find one, please report it privately β€” don't hesitate!

  1. πŸ”’ Report it via GitHub private vulnerability reporting or any of the private contact addresses listed in Support. Do not open a public issue.
  2. πŸ“ Describe the vulnerability: affected component (daemon, CLI, updater, install.sh), steps to reproduce, impact. If you have a fix, that is most welcome β€” attach or summarize it in your message!
  3. πŸ” We will evaluate the report and, if necessary, release a fix or mitigating steps. We will contact you with the outcome and credit you in the report.
  4. 🀐 Please do not disclose the vulnerability publicly until a fix is released! Once we have either a) published a fix, or b) declined to address it for whatever reason, you are free to disclose it publicly.

πŸ” Security practices

  • πŸ”‘ API access is token-based; tokens are stored with restrictive file permissions
  • πŸ“ SFTP access is isolated per application
  • 🧾 Secrets in environment variables are stored protected and never logged
  • ⚠️ asc-daemon follows good security practices, but 100% security cannot be assured. The software is provided "as is" without any warranty β€” see LICENSE

There aren't any published security advisories