Skip to content

Commit

Permalink
formatted 01-phishing.yml
Browse files Browse the repository at this point in the history
as in #7, the phishing report is now correctly formatted and optimized for easy to use as intended, when I first created this repository.

This MR will solve #4

Fixing #4

Signed-off-by: spirillen <[email protected]>
  • Loading branch information
spirillen authored Dec 27, 2024
1 parent a191a80 commit a7709c9
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/ISSUE_TEMPLATE/01-phishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,14 @@ 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`
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 @@ -63,10 +61,10 @@ 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`
example.org
sub.example.org
https://example.org/page
https://sub.example.org/page
render: Text
validations:
required: true
Expand All @@ -91,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 Down

0 comments on commit a7709c9

Please sign in to comment.