nuclei-templates/.github/ISSUE_TEMPLATE/template-requests.yml

41 lines
1.3 KiB
YAML

name: Template Requests
description: Requesting new Nuclei templates.
title: "[TEMPLATE REQUEST] ..."
labels: ["template-requests"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this template request issue!
- type: checkboxes
attributes:
label: Is there an existing template for this?
description: Please search to see if an template or issue already exists for the template you contributed.
options:
- label: I have searched the existing templates.
required: true
- type: textarea
attributes:
label: Template requests
description: |
Examples:
- CVE-202A-YYYYY
- CVE-202B-YYYYY
- Exploit X
- Misconfiguration X
- Technology X Detection
value: |
- ...
- type: textarea
attributes:
label: Anything else?
description: |
Links? References (e.g. PoC, exploit, blog post, etc.)? Anything that can speed up template creation, such as:
- Detailed vulnerability descriptions
- Sample payloads or exploit code
- Expected responses or indicators of successful exploitation
- Affected software versions or configurations
- Any known limitations or edge cases
validations:
required: false