| Version | Supported |
|---|---|
| 1.1.0 | ✅ |
| < 1.1.0 | ❌ |
- URL validation and normalization before scanning
- HTML entity and percent-encoding decode with malformed-input fallback
- TextContent-based DOM creation (no innerHTML injection from external content)
- Input sanitization for playlist names
- Playlist metadata escaping for safer output
- Permanent HTTP error short-circuit (401/403/404/410 not retried)
We take the security of M3Unator seriously. If you believe you have found a security vulnerability, please follow these steps:
- Do Not report security vulnerabilities through public GitHub issues
- Go to the Security tab of the repository
- Click "Report a vulnerability" to create a private security advisory
- Provide detailed information about the vulnerability
Please include:
- Type of vulnerability
- Steps to reproduce
- Affected components
- Potential impact
- Suggested fixes (if any)
- Initial response: Within 48 hours
- Assessment update: Within 7 days
- Fix implementation: Based on severity
- Public disclosure: After fix is deployed
- All operations are performed client-side in the browser
- No external data transmission — playlists and scanned URLs never leave the browser
- No sensitive data is collected or stored
For security matters, please use GitHub's private security advisory feature only.