The current version of AutoEDA is under active development. Security updates will be provided for the latest release on the main branch.
| Version | Supported |
|---|---|
| main | β |
| < main | β (Not supported) |
If you discover a security vulnerability in this repository, please follow these steps:
- Do not create a public issue.
- Instead, email us directly.
- Include the following in your message:
- A detailed description of the vulnerability
- Steps to reproduce the issue
- The impact of the vulnerability
- Any suggested fixes, if available
We aim to respond within 5 business days.
This project is a Python-based data preprocessing toolkit and does not handle user authentication, networking, or external system integration. However, the following areas are still relevant from a security perspective:
- Malicious code execution via untrusted data
- Denial of service from malformed input data
- Dependencies with known vulnerabilities
If you're using or contributing to AutoEDA:
- Always install dependencies using a virtual environment.
- Regularly scan your environment with tools like
pip-auditorsafety. - Avoid loading or processing untrusted datasets without inspection.
We encourage responsible disclosure of vulnerabilities. All reports will be thoroughly investigated, and appropriate actions will be taken to ensure the security of this project and its users.
π Thank you for helping keep AutoEDA secure!