# Per-Ticket Reproduction Policy

No prior successful runs found for this exact vulnerability.

## Patterns from Similar Vulnerabilities
- Clone the upstream repository and check out the vulnerable tag/version explicitly (e.g., `git tag | grep -i "2.7"` then `git checkout v2.7`).
- Use targeted `grep`/`find` searches to locate relevant constants or code paths (e.g., `grep -r "NSLC" ... --include="*.c"`).
- Prefer running a provided repro script when available (e.g., `chmod +x repro/reproduction_steps.sh && ./repro/reproduction_steps.sh`).
- Install required system dependencies before running PoCs (e.g., `apt-get update` followed by package installs like `firefox`).
- Use `curl` to pull upstream metadata/releases or versioned artifacts when needed (e.g., release archives or raw files).