| Version | Supported |
|---|---|
| 3.x.x | ✅ Yes |
| 2.x.x | ❌ No (deprecated) |
| 1.x.x | ❌ No (deprecated) |
If you discover a security vulnerability in Slothlet, please report it responsibly:
- DO NOT create a public GitHub issue for security vulnerabilities
- Email security concerns to: git+security@cldmv.net
- Include detailed information about the vulnerability
- Allow reasonable time for investigation and fixes
Slothlet dynamically loads and executes JavaScript modules. When using Slothlet:
- Only load modules from trusted sources
- Validate input when using
contextorreferenceobjects - Be cautious with any dynamic module loading paths passed to
api.slothlet.api.add() - Consider using
api.slothlet.metadatato tag and authorize modules at runtime - Validate context values before passing them to
api.slothlet.context.run()orapi.slothlet.context.scope()
- Initial response: Within 48 hours
- Status update: Within 7 days
- Resolution timeline: Varies based on complexity
Thank you for helping keep Slothlet secure!