nyx/tests/eval_corpus/ground_truth
2026-05-12 16:16:26 -04:00
..
owasp_benchmark_v1.2.json introduce ground-truth converters for OWASP and SARD datasets 2026-05-12 16:16:26 -04:00
README.md [pitboss] phase 09: M7 — Default-on flip + real-corpus calibration 2026-05-12 14:33:40 -04:00

Ground truth files

Place corpus ground truth JSON files here before running tests/eval_corpus/run.sh.

OWASP Benchmark v1.2

File: owasp_benchmark_v1.2.json

Format:

[
  {"path": "src/main/java/org/owasp/.../BenchmarkTest00001.java", "line": 42, "cap": "sqli", "vuln": true},
  ...
]

Source: generate from expectedresults-1.2.csv shipped with the benchmark repo using python3 tests/eval_corpus/owasp_gt_convert.py.

NIST SARD subset

File: nist_sard.json

Same format. Source: SARD manifest XML converted with python3 tests/eval_corpus/sard_gt_convert.py.