# Per-Ticket Reproduction Policy

No prior successful runs found for this exact vulnerability.

## Patterns from Similar Vulnerabilities
- Clone the upstream repository into `$WORKDIR` and list tags/branches to locate the vulnerable release (e.g., `git tag | grep -i "<version>"`, then `git checkout <tag>`).
- Use targeted source inspection with `grep -r` and `sed -n` to locate vulnerable functions or macros before attempting exploitation.
- When a public PoC repo exists, clone it into `$WORKDIR` and follow its instructions rather than crafting ad‑hoc exploits.
- Install any required system dependencies via `apt-get` only if the PoC or build explicitly requires them.