This is a restructured version of the Ernest Nuclei Templates dataset optimized for instruction tuning.
Each example has this structure:
{
"instruction": "Generate a Nuclei template for CVE-2024-1234",
"input": "Title: XSS in Product\nSummary: Description...\nSeverity: high",
"output": "id: cve-2024-1234\n\ninfo:\n name: ...\n\nhttp:\n - method: GET\n ...",
"category": "cve",
"severity": "high"… See the full description on the dataset page:
https://huggingface.co/datasets/guychuk/ernest-nuclei-templates-v1-instruct.