Vulnerability Explorer fixtures (SAMPLES-GRAPH-24-004)

Derives a small, deterministic explorer dataset from the canonical graph-40k fixture.

Files

Source

Determinism

Verify

python docs/samples/graph/scripts/build_explorer_fixture.py
python - <<'PY'
import json,hashlib,Pathlib
from pathlib import Path
base=Path("docs/samples/graph/graph-40k/explorer")
for name in ["vuln-explorer.json","vuln-explorer.csv"]:
    h=hashlib.sha256((base/name).read_bytes()).hexdigest()
    print(name, h)
PY

Consumption hints