# Per-Ticket Reproduction Policy

No prior successful runs found for this exact vulnerability.

## Patterns from Similar Vulnerabilities
- Use `curl` to fetch upstream metadata/release info and to download any provided PoC archives (e.g., `curl -L -o /tmp/poc.zip ...`).
- Clone the upstream repository and list/fetch tags before checking out the vulnerable version (e.g., `git fetch --tags` + `git checkout <tag>`).
- If a repo provides a `repro/reproduction_steps.sh`, mark it executable and run it (`chmod +x repro/reproduction_steps.sh && ./repro/reproduction_steps.sh`).
- Verify required toolchains are installed before building/running (e.g., `which <tool> && <tool> --version`).