We support the following versions with security updates:
| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| 0.1.x | ❌ |
If you discover a security vulnerability in ChemPy, please email security considerations to the maintainers privately rather than using the public issue tracker.
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if available)
We will acknowledge receipt and work on a fix with you.
When using ChemPy:
- Keep your Python version updated
- Update ChemPy regularly via
pip install --upgrade chempy - Use virtual environments to isolate dependencies
- Review code that loads untrusted molecular data
ChemPy depends on:
- NumPy: Regularly updated with security patches
- SciPy: Regularly updated with security patches
We regularly update dependency versions to include security patches.