We take the security of Vlyx Hub seriously. Because this project is "Source Available," transparency is key to maintaining a safe environment for all users.
Currently, only the latest stable version of Vlyx Hub receives security updates.
| Version | Supported |
|---|---|
| v1.1.7 | ✅ |
| < 1.1.7 | ❌ |
If you discover a security vulnerability within Vlyx Hub, please do not open a public issue. Instead, follow these steps:
- Private Report: Send a detailed description of the vulnerability to the maintainer via GitHub Private Reporting (if enabled) or via email.
- Details: Include steps to reproduce the issue, the potential impact, and any suggested fixes.
- Response: You will receive an acknowledgment within 48–72 hours.
- Resolution: Once a fix is developed, a new official release (e.g., v1.1.8) will be published.
To keep Vlyx Hub as secure as possible, we implement the following by default:
- Password Hashing: All user passwords are encrypted using
password_hash(). - Data Protection: We provide
.htaccessrules to prevent unauthorized browser access to your JSON database files. - Minimal Surface: By keeping the code lightweight and free of external dependencies, we reduce the risk of third-party vulnerabilities.
Since Vlyx Hub is a self-hosted tool, users are responsible for securing their own server environment. We strongly recommend:
- Using HTTPS for all dashboard access.
- Setting correct file permissions on the
users/directory andusers.json. - Regularly checking for official updates via the built-in update checker.
Vlyx Hub • v1.1.7 • Security Policy