The latest released version of slugany receives security fixes.
If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue.
- Email the maintainer at
mathias.paulenko@outlook.comwith a description of the vulnerability and steps to reproduce. - You will receive an acknowledgment within 48 hours.
slugany is a pure-Python library with zero runtime dependencies. It does not:
- Read or write files
- Make network requests
- Execute arbitrary code
- Use
evalorexec - Deserialize untrusted data
All input is treated as text and processed through a deterministic pipeline of string transformations.