datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ernest-nuclei-templates-v3
Ernest Nuclei Templates Dataset v3
A comprehensive dataset for training models to generate Nuclei security scanning templates from vulnerability descriptions.
Dataset Description
This dataset contains 11,590 training examples for generating Nuclei YAML templates in JSON IR (Intermediate Representation) format from structured vulnerability specifications.
Format
Each training example consists of:
id: Unique identifier (CVE ID, CWE ID, or template name)
prompt:… See the full description on the dataset page: https://huggingface.co/datasets/OzLabs/ernest-nuclei-templates-v3.ernest-nuclei-templates-v1-instruct
Ernest Nuclei Templates Dataset v1 (Instruction Format)
This is a restructured version of the Ernest Nuclei Templates dataset optimized for instruction tuning.
Format
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.nuclei-template-generation-dataset-2.3K
nuclei-template-generation-dataset-2.3K
Description:
A specialized instruction-tuning dataset of 2350 examples for training large language models to generate Nuclei YAML templates. Each example consists of a fixed instruction, a structured JSON input describing a vulnerability (CVE, product, HTTP details, detection logic), and the corresponding valid Nuclei template as output. The dataset was constructed from the official Nuclei Templates repository (HTTP… See the full description on the dataset page: https://huggingface.co/datasets/NormanRey/nuclei-template-generation-dataset-2.3K.nuclei-vuln-scan
