mirror of
https://github.com/nenadilic84/claudex.git
synced 2025-10-28 00:02:05 -07:00
- Update README with detailed usage instructions - Add GitHub community files (CONTRIBUTING, CODE_OF_CONDUCT, etc.) - Set up CI workflows for automated testing - Create CHANGELOG for version tracking - Add SECURITY guidelines - Update licensing and author information
930 B
930 B
Security Policy
Reporting a Vulnerability
If you discover a security vulnerability in claudex, please report it by creating a new issue with the label "security".
Please include the following information in your report:
- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any suggestions for remediation if applicable
We take security issues seriously and will respond as quickly as possible to address any concerns.
Supported Versions
Only the latest version of claudex is currently supported with security updates.
Security Best Practices
When using claudex:
- Never commit API keys or sensitive information to your repository
- Always use environment variables for configuration as shown in the documentation
- Keep dependencies updated to the latest secure versions
- Properly secure your API endpoints when deploying to production environments