mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-29 07:10:18 +00:00
21 lines
600 B
YAML
21 lines
600 B
YAML
|
name: Flase Positive
|
||
|
description: Report a site that is returning false positive results
|
||
|
labels: ["false positive"]
|
||
|
body:
|
||
|
- type: input
|
||
|
id: site-name
|
||
|
attributes:
|
||
|
label: Site name
|
||
|
description: What site is returning false positives?
|
||
|
placeholder: Reddit
|
||
|
validations:
|
||
|
required: True
|
||
|
- type: textarea
|
||
|
id: additional-info
|
||
|
attributes:
|
||
|
label: Additional info
|
||
|
description: If you know why the site is returning false positives, please explain
|
||
|
placeholder: Reddit is returning false positives because...
|
||
|
validations:
|
||
|
required: false
|