# Per-Ticket Reproduction Policy

No prior successful runs found for this exact vulnerability.

## Patterns from Similar Vulnerabilities
- Clone the upstream repo and enumerate tags/branches to locate the affected version before testing.
- Use `git checkout <tag>` to pin to a known vulnerable release, then inspect relevant source paths with `grep`/`sed`.
- Install any required system dependencies via `apt-get` if the exploit/test requires external tooling.

