| Version | Supported |
|---|---|
| 1.x.x | ✅ |
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via:
- Email: [sap.super.test@gmail.com]
- Or create a private security advisory on GitHub
Please include:
- Type of vulnerability
- Full paths of affected source files
- Steps to reproduce
- Proof of concept or exploit code (if possible)
- Impact of the issue
You should receive a response within 48 hours.
When using this tool:
- Always backup your database before running
- Test on development environment first
- Delete the script after use
- Restrict access via .htaccess or firewall
- Use strong database passwords
- Keep PHP and MySQL updated
- PDO prepared statements (SQL injection protection)
- Input validation
- HTML escaping
- Transaction rollback on errors