We actively support the following versions with security updates:
| Version | Supported |
|---|---|
| 1.x.x | ✅ |
We take security vulnerabilities seriously. If you discover a security vulnerability, please follow these steps:
Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.
Send an email to security@boldminds.tech with the following information:
- Subject: Security Vulnerability in bold-minds/[REPO_NAME]
- Description: Detailed description of the vulnerability
- Steps to Reproduce: Clear steps to reproduce the issue
- Impact: Potential impact and severity assessment
- Suggested Fix: If you have ideas for a fix (optional)
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution: Varies based on complexity, typically within 30 days
- We will acknowledge receipt of your vulnerability report
- We will investigate and validate the vulnerability
- We will develop and test a fix
- We will coordinate disclosure timing with you
- We will release a security update
- We will publicly acknowledge your responsible disclosure (if desired)
[Replace this section with security considerations specific to your project]
[Add project-specific security considerations here. Examples:]
- Input Validation: Always validate external inputs
- Authentication: Implement proper authentication mechanisms
- Authorization: Ensure proper access controls
- Data Protection: Handle sensitive data appropriately
- Rate Limiting: Implement rate limiting for public APIs
- Error Handling: Avoid exposing sensitive information in error messages
- [PRACTICE_1]: [Description of security practice]
- [PRACTICE_2]: [Description of security practice]
- [PRACTICE_3]: [Description of security practice]
- Input Validation: Always validate inputs from external sources
- Error Handling: Properly handle all error returns from library functions
[List any known security limitations of your project]
- [LIMITATION_1]: [Description]
- [LIMITATION_2]: [Description]
Security updates will be:
- Released as patch versions (e.g., 1.0.1)
- Documented in the CHANGELOG.md
- Announced through GitHub releases
- Tagged with security labels
We appreciate responsible disclosure and will acknowledge security researchers who help improve the security of this project.
Thank you for helping keep our project and users safe!