| title | Security Policy |
|---|---|
| category | Community |
| description | Security policy and vulnerability reporting guidelines for ForkLaunch. |
We maintain security updates for the following versions of the ForkLaunch CLI:
| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
We take security vulnerabilities seriously. If you discover a security issue, please bring it to our attention right away.
- Submit your findings through our Security Advisory Form
- Provide detailed steps to reproduce the vulnerability
- Allow us reasonable time to respond before public disclosure
- Include minimal proof-of-concept code if possible
- Open a public GitHub issue about the vulnerability
- Include sensitive information in initial communications
- Attempt to access others' data
- Modify or access data of other users
The ForkLaunch CLI is designed with the following security principles:
- All credentials and sensitive data are stored securely using system keychain where available
- Network communications are encrypted using TLS 1.2+
- Dependencies are regularly audited using
cargo auditandpnpm audit - Code is statically analyzed using
clippywith security lints enabled
We follow these practices for secure development:
- All code changes undergo security review
- Dependencies are pinned to specific versions
- Regular security audits of the codebase
- Automated vulnerability scanning in CI/CD
- Code signing for released binaries
We aim to respond to security reports within 48 hours and will keep reporters informed of our progress. After fixing a vulnerability, we:
- Notify affected users (if applicable)
- Release security patches
- Publish security advisories
- Credit reporters (unless anonymity is requested)
For sensitive security issues, contact us at: [email protected] (GPG key available)