Added Issue template for False Negative result

patch-1
sandeep 2021-11-01 19:16:50 +05:30
parent ca217b8491
commit 56f8b299ce
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,21 @@
---
name: False Negative
about: 'Issue for template missing valid/expected result.'
labels: 'false-negative'
---
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
### Nuclei Version:
<!-- You can find current version of nuclei with "nuclei -version" -->
### Template file:
<!-- Template producing false-negative results, for example: "cves/XX/XX.yaml" -->
### Command to reproduce:
<!-- Please include the command to replicate the behavior so fix can be applied asap. -->
<!-- if host information can not be shared publicly, please reach out to us on discord server in DM -->

View File

@ -1,6 +1,6 @@
---
name: False Positive
about: 'Issue for template producing false positive results.'
about: 'Issue for template producing invalid/unexpected result.'
labels: 'false-positive'
---