At the EiJackGH Lab, we believe that transparency is the foundation of security. While these projects are largely experimental, we take the safety of our contributors and users seriously.
We currently provide security updates for the following versions:
| Version | Supported |
|---|---|
| 2.0.x | β Yes |
| 1.5.x | π Critical Only |
| < 1.0.x | β No |
Please do not report security vulnerabilities through public GitHub issues. If you discover a potential security flaw (e.g., an API key leak in the bitcoin_test.py or a buffer overflow in the C++ game), please follow these steps:
- Email us: Send a detailed report to
rahmatnaim.48@gmail.com(replace with your real contact). - Details: Include a description of the vulnerability, steps to reproduce, and the potential impact.
- Response: We aim to acknowledge all reports within 48 hours.
As part of our Code & Commit 2026 initiative, we use automated tools to keep our code clean:
- Dependabot: Monitors our dependencies.
- CodeQL: Performs static analysis on our C++ and Python logic.