| Version | Supported |
|---|---|
| 0.0.x | ✅ |
If you discover a security vulnerability in DropX, please report it by:
- DO NOT open a public issue
- Email the maintainer directly (check pubspec.yaml for contact)
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will respond within 48 hours and work with you to address the issue.
When using DropX:
- Always validate user input from dropdown selections
- Sanitize data before displaying in custom item builders
- Be cautious with custom filter functions that execute user-provided code
- Keep Flutter and dependencies up to date
- Review custom widgets passed as header/footer for XSS vulnerabilities
- Security issues will be patched as soon as possible
- A new version will be released with the fix
- Credit will be given to the reporter (unless they prefer to remain anonymous)
- Details will be disclosed after users have had time to update