earlyon is pre-1.0; security fixes land on the latest released minor version.
| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| < 0.2 | ❌ |
Please report suspected vulnerabilities privately rather than opening a public issue.
- Email: sohams.web@gmail.com with the subject line
earlyon security. - Alternatively, use GitHub's private vulnerability reporting on this repository.
Include, where possible:
- a description of the issue and its impact,
- the version / commit affected,
- steps to reproduce or a proof of concept,
- any suggested remediation.
- Acknowledgement within 5 business days.
- A triage assessment and severity rating shortly after.
- Coordinated disclosure once a fix is available; credit is offered unless you prefer to remain anonymous.
earlyon loads model checkpoints with torch.load(..., weights_only=True) to
prevent arbitrary code execution from untrusted .pth files. If you find a way
to bypass that protection, or any other code-execution, data-exfiltration, or
denial-of-service vector in the library, it is in scope.