| Version | Supported |
|---|---|
| latest | Yes |
If you discover a security vulnerability in Lark, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, send an email to security@graycodeai.com with:
- A description of the vulnerability
- Steps to reproduce the issue
- The potential impact
- Any suggested fix (optional)
- Acknowledgment within 48 hours
- Status update within 5 business days with an initial assessment
- Fix timeline communicated once the issue is confirmed
- Credit in the release notes (unless you prefer to remain anonymous)
- Always set a strong
LARK_JWT_SECRET(useopenssl rand -hex 32) - Use TLS in production (
LARK_TLS_CERTandLARK_TLS_KEY) - Set
LARK_CORS_ORIGINto your specific domain, not* - Restrict
LARK_RATE_LIMITappropriately for your traffic - Use S3 storage for file uploads in production instead of local storage
- Keep the Docker image and Go dependencies up to date
- Review webhook secrets regularly
We follow coordinated disclosure. We ask that reporters give us reasonable time to address a vulnerability before making it public.