We are currently supporting the following versions with security updates. We recommend all users stay on the latest stable release.
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability within Bimagic, please do not use the public GitHub issue tracker. Instead, follow these steps:
- Email the Maintainers: Send a detailed report to the email associated with the Bimbok or adityapaul26 GitHub profiles.
- Provide Details: Include a description of the vulnerability, steps to reproduce the issue, and the potential impact.
- Response Time: You can expect an acknowledgment of your report within 48–72 hours.
- Public Disclosure: We ask that you do not disclose the vulnerability publicly until we have had the opportunity to analyze and fix the issue to protect our users.
- Token Safety: Your
GITHUB_TOKENis stored in your shell configuration (e.g.,.bashrcor.zshrc). Ensure these files are not readable by other users on your system (runchmod 600 ~/.bashrc). - Dependencies: Bimagic relies on
gumfor its interface. Always ensure your system's package manager is up to date to receive security patches for dependencies. - Sudo Usage: The installation script only requires
sudoif installing to system-wide directories like/usr/local/bin. For maximum security, consider installing to~/binto avoid using elevated privileges.