The following versions of this project are currently being supported with security updates:
| Version | Supported |
|---|---|
| main | ✅ (actively developed) |
| 1.x.x | ✅ (bug fixes only) |
| < 1.0.0 | ❌ (no longer supported) |
If you discover a security vulnerability, please do not open a public issue.
Instead, report it privately using one of the following methods:
- Email: security@radwebhosting.com
- GitHub Security Advisories:
You can also report vulnerabilities directly on GitHub.
When reporting, please include:
- A detailed description of the vulnerability.
- Steps to reproduce the issue.
- Any affected versions or configurations.
- (Optional) Suggested mitigation or patch.
We’ll respond to your report within 48 hours and keep you updated throughout the resolution process.
Once a fix is implemented and deployed:
- We’ll publicly acknowledge the vulnerability in the changelog.
- Credit will be given to the reporter (unless anonymity is requested).
- We’ll publish a security advisory describing the issue, affected versions, and resolution.
When contributing code:
- Never expose credentials or API keys in commits.
- Validate and sanitize all user input.
- Follow secure coding guidelines for your language/framework.
- Use dependency scanning and run security tests before submitting pull requests.