| Version | Supported |
|---|---|
| 0.1.x | ✅ |
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via email to: erdemarslan@ymail.com
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution Target: Within 30 days (depending on severity)
- Acknowledgment: We will confirm receipt of your report
- Investigation: We will investigate and validate the issue
- Communication: We will keep you informed of our progress
- Credit: We will credit you in security advisories (unless you prefer anonymity)
When using the MindFry SDK:
- Connection Security: The SDK uses raw TCP. For production, use TLS termination.
- Input Validation: Validate user input before passing to SDK methods.
- Timeout Configuration: Set appropriate timeouts to prevent resource exhaustion.
- Backpressure: Configure
maxPendingto limit memory usage under load.
Published advisories will be listed here and on the GitHub Security tab.