Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placeholder|value 01-phishing.yml #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 15 additions & 37 deletions .github/ISSUE_TEMPLATE/01-phishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,15 @@ body:
- **Please prefix any subjects with backticks (`) to prevent them from becoming clickable.**
- Please do NOT provide any personal information, such as your own IP address or email address.
- Please warn with "NSFW" where applicable.
- If you are submitting an IP address, please also provide the CIDR notation (e.g. `/32`) - if applicable.

Please warn with "NSFW" where applicable.
- If you are submitting an IP address, please also provide the CIDR notation (e.g. `/32`) - when applicable.
placeholder: |
* `example.com`
* `sub.example.com`
* `https://example.com/page`
* `https://sub.example.com/page`
* **NSFW** `example.com`
* `192.168.0.0/16`
value: |
* `example.com`
* `sub.example.com`
* `https://example.com/page`
* `https://sub.example.com/page`
* **NSFW** `example.com`
* `192.168.0.0/16`
example.com
sub.example.com
https://example.com/page
https://sub.example.com/page
**NSFW** example.com
192.168.0.0/16
render: Text
validations:
required: true

Expand All @@ -69,15 +61,11 @@ body:
description: |
Please list any domains that you believe are being impersonated by the phishing subjects.
placeholder: |
* `example.org`
* `sub.example.org`
* `https://example.org/page`
* `https://sub.example.org/page`
value: |
* `example.org`
* `sub.example.org`
* `https://example.org/page`
* `https://sub.example.org/page`
example.org
sub.example.org
https://example.org/page
https://sub.example.org/page
render: Text
validations:
required: true

Expand All @@ -89,9 +77,6 @@ body:
placeholder: |
I discovered this phishing by...
I was targeted by this phishing by...
value: |
I discovered this phishing by...
I was targeted by this phishing by...
validations:
required: true

Expand All @@ -104,16 +89,13 @@ body:

Please note that there need to be at least one blank line separating before and after the image line.
To add an image, use the following code: `![Screenshot of phishing](https://example.com/path/to/image.png)`
placeholder: |
value: |
<details><summary>Screenshot</summary>


</details>
value: |
<details><summary>Screenshot</summary>
</details>
validations:
required: false
required: true

- type: textarea
id: related-external-source
Expand All @@ -125,8 +107,6 @@ body:
One link per line.
placeholder: |
* https://sub.example.co.uk/page
value: |
* https://sub.example.co.uk/page
validations:
required: false

Expand All @@ -137,7 +117,5 @@ body:
description: Is there anything else you'd like to add?
placeholder: |
I have also noticed that...
value: |
I have also noticed that...
validations:
required: false