We actively support the following versions of LangForge Documentation:
Version | Supported |
---|---|
1.x.x | ✅ Fully supported |
0.9.x | |
< 0.9 | ❌ No longer supported |
We take security vulnerabilities seriously. If you discover a security issue, please follow these steps:
DO NOT create a public GitHub issue for security vulnerabilities.
Instead, please:
- Email us directly: Send details to
security@langforge.dev
- Include details: Provide a clear description of the vulnerability
- Provide reproduction steps: Help us understand how to reproduce the issue
- Suggest fixes: If you have ideas for fixes, we'd love to hear them
Please include the following information in your security report:
- Description: Clear description of the vulnerability
- Steps to reproduce: Detailed steps to reproduce the issue
- Impact: What kind of impact this vulnerability could have
- Affected versions: Which versions are affected
- Suggested fix: If you have ideas for how to fix it
- Initial response: Within 24 hours
- Assessment: Within 3 business days
- Fix timeline: Depends on severity
- Critical: Within 7 days
- High: Within 14 days
- Medium: Within 30 days
- Low: Next scheduled release
We believe in recognizing security researchers who help keep our users safe:
- Public acknowledgment: With your permission, we'll acknowledge your contribution
- Hall of fame: Your name will be added to our security contributors list
- Swag: We'll send you some LangForge swag as a thank you
When using LangForge Documentation in production:
- Keep dependencies updated: Regularly update all dependencies
- Use HTTPS: Always serve over HTTPS in production
- Validate inputs: Sanitize all user inputs
- Monitor logs: Keep an eye on your application logs
- Use environment variables: Never commit secrets to version control
Before submitting code:
- No hardcoded secrets or API keys
- Input validation for all user inputs
- Proper error handling that doesn't leak sensitive info
- Dependencies are up to date
- Security linting passes
- Tests include security scenarios
Thank you for helping keep LangForge Documentation secure! 🔒