Use this section to tell people about which versions of your project are currently being supported with security updates.
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
We take the security of TaskTrial seriously. If you believe you've found a security vulnerability, please follow these steps:
- Do not disclose the vulnerability publicly
- Email our security team at tasktrial27@gmail.com with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested mitigations (if known)
- Initial Response: We'll acknowledge receipt of your report within 48 hours
- Status Updates: We'll provide updates on the status of the vulnerability within 5 business days
- Disclosure Process: Once the vulnerability is confirmed and fixed, we'll work with you on an appropriate disclosure timeline
Currently, we do not offer monetary rewards for vulnerability disclosures. We do acknowledge security researchers in our release notes with their permission.
All code contributions to this project should follow these security guidelines:
- Validate all inputs, especially from external sources
- Use parameterized queries for database operations
- Implement proper authentication and authorization checks
- Follow the principle of least privilege
- Avoid including sensitive information in logs or error messages
- Use secure hashing algorithms for passwords and sensitive data
- Keep dependencies updated and check for vulnerabilities regularly
Thank you for helping keep TaskTrial and our users safe!