| Version | Supported |
|---|---|
| 2.2.x | ✅ |
| < 2.2 | ❌ |
euvsimulator is a simulation library with a local REST/GUI server. If you find a security problem, please report it privately.
Do not report security vulnerabilities through public GitHub issues.
Use GitHub's private vulnerability reporting for this repository: Report a vulnerability (Security tab → "Report a vulnerability"). Please include:
- A description of the vulnerability
- Steps to reproduce the issue
- The version(s) of euvsimulator affected
- Any potential impact you have identified
This project is maintained by one person in their spare time.
- Receipt is acknowledged within about one week.
- A fix is coordinated with you before disclosure, with a timeline that depends on severity.
- You are credited in the advisory unless you ask not to be.
- Confirm receipt and reproduce the issue.
- Prepare a fix and a release.
- Publish a GitHub security advisory and credit the reporter (with consent).
euv serve has no authentication. Since 2.2.1 it binds to 127.0.0.1 (this machine
only) by default; --host 0.0.0.0 serves the local network and belongs on a trusted
network only, never on the internet. The Docker image listens on 0.0.0.0 inside the
container; publish its port only to trusted networks.
Thank you for helping keep euvsimulator and its users safe.