From a191a80f654ddf881dd7b5ca83834e1d0ad77b00 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:07:42 +0000 Subject: [PATCH 1/2] placeholder|value 01-phishing.yml Related to https://github.com/Phishing-Database/.github/issues/4 Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-phishing.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-phishing.yml b/.github/ISSUE_TEMPLATE/01-phishing.yml index 736cc53..fcf7d79 100644 --- a/.github/ISSUE_TEMPLATE/01-phishing.yml +++ b/.github/ISSUE_TEMPLATE/01-phishing.yml @@ -52,13 +52,7 @@ body: * `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` + render: Text validations: required: true @@ -73,11 +67,7 @@ body: * `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` + render: Text validations: required: true @@ -89,9 +79,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 @@ -125,8 +112,6 @@ body: One link per line. placeholder: | * https://sub.example.co.uk/page - value: | - * https://sub.example.co.uk/page validations: required: false @@ -137,7 +122,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 From a7709c99dee3f35d4e0797cafb30434323497fdc Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:41:09 +0000 Subject: [PATCH 2/2] formatted 01-phishing.yml as in https://github.com/Phishing-Database/.github/pull/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 <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-phishing.yml | 31 +++++++++++--------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-phishing.yml b/.github/ISSUE_TEMPLATE/01-phishing.yml index fcf7d79..9c80bf6 100644 --- a/.github/ISSUE_TEMPLATE/01-phishing.yml +++ b/.github/ISSUE_TEMPLATE/01-phishing.yml @@ -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 @@ -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 @@ -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: |
Screenshot -
- value: | -
Screenshot
validations: - required: false + required: true - type: textarea id: related-external-source