We release patches for security vulnerabilities. Here are the versions that are currently being supported with security updates.
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
We take the security of AI-OS seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via email to [INSERT SECURITY EMAIL].
You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue
This information will help us triage your report more quickly.
We prefer all communications to be in English.
When using AI-OS, please follow these security best practices:
- Keep your API keys secure and never commit them to version control
- Use environment variables for sensitive information
- Regularly update dependencies to patch security vulnerabilities
- Monitor your application logs for suspicious activity
- Implement proper access controls and authentication
- Follow the principle of least privilege when setting up permissions
- Keep your system and dependencies up to date
- Use secure WebSocket connections (WSS) in production
- Implement rate limiting for API endpoints
- Regularly backup your data
We regularly update our dependencies to patch security vulnerabilities. To ensure you're using the latest secure version:
-
Update your Python dependencies:
pip install -r requirements.txt --upgrade
-
Update your Node.js dependencies:
cd ui npm update
For security-related questions or concerns, please contact us at [INSERT SECURITY EMAIL].