From 50157f24fd222c73641ab0fb42919b1c876d31c9 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:54:41 +1030 Subject: [PATCH 1/5] Update bug_report.md make the wording a bit more clear --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2757984..0b8053ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,13 +11,13 @@ assignees: '' Please provide a clear and concise description of the bug. **Steps to Reproduce** -Please list the steps taken to reproduce the issue. +Please list the actions that caused the issue. **Expected Behavior** -Please describe the expected behaviour clearly and concisely. +Please describe how you think the program should have behaved, making sure to be as clear and concise as possible. -**Screenshots** -If applicable, please include any screenshots that may help clarify the issue. +**Screenshots** +If applicable, please provide screenshots. This will help us to reproduce the issue and better understand what we are looking for. **Additional Context** -Feel free to provide any additional context or information relevant to the problem. +Feel free to provide any additional, applicable context or information that is relevant to the problem. From 0c55098bc72bc6ed9fad0577a50848572b268e3f Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:56:58 +1030 Subject: [PATCH 2/5] Update feature_request.md ask user to link to bug if exists (clean up bug report) and provide reference images for graphical changes --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6392c61d..6c42d4fa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,8 +7,8 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** +**Is your feature request related to a problem? if so, Please describe the issue or link to a pre-existing bug report** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what you want to happen. Provide reference art/pictures if poccible From 84cfaccded471949150c9f50c03e7601b92fcc0b Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:59:25 +1030 Subject: [PATCH 3/5] Update vulnerability.md update example for issue explanation and make prompts a bit clearer --- .github/ISSUE_TEMPLATE/vulnerability.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/vulnerability.md b/.github/ISSUE_TEMPLATE/vulnerability.md index a408ffd7..e6073f9f 100644 --- a/.github/ISSUE_TEMPLATE/vulnerability.md +++ b/.github/ISSUE_TEMPLATE/vulnerability.md @@ -8,10 +8,11 @@ assignees: '' --- **What is the vulnerability?** -Describe the vulnerability in concise language. +Describe the vulnerability, using clear and concise language. **Where is the vulnerability found?** -Describe where the vulnerability is found. +Describe where the vulnerability is found. Provide screenshots if applicable. **What does this affect?** -Explain what it affects. E.G: It opens up my school email to the world. etc. +Explain what it affects and why it is a problem. +E.G: It opens up my school email to the world, this means anyone can find my full legal name and place of residence. \ No newline at end of file From 325f6c5f9b932f000e8ccba7e3d3d86c4ef8c51f Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:49:56 +0800 Subject: [PATCH 4/5] handle vulnerabilities privately through github instead of in issues --- .github/ISSUE_TEMPLATE/vulnerability.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/vulnerability.md diff --git a/.github/ISSUE_TEMPLATE/vulnerability.md b/.github/ISSUE_TEMPLATE/vulnerability.md deleted file mode 100644 index e6073f9f..00000000 --- a/.github/ISSUE_TEMPLATE/vulnerability.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Vulnerability -about: Report a vulnerability in this extension. -title: "[VUL] " -labels: '' -assignees: '' - ---- - -**What is the vulnerability?** -Describe the vulnerability, using clear and concise language. - -**Where is the vulnerability found?** -Describe where the vulnerability is found. Provide screenshots if applicable. - -**What does this affect?** -Explain what it affects and why it is a problem. -E.G: It opens up my school email to the world, this means anyone can find my full legal name and place of residence. \ No newline at end of file From 7eacf345d0f46dda381270a8b3e6e3830f9d1819 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:00:36 +1030 Subject: [PATCH 5/5] Update SECURITY.md change vulnerability reporting method --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index a7bb3320..01b7b800 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,4 +12,4 @@ Below here is the supported versions of BetterSEQTA+. Anything older than this i `*` May not work on other devices. ## Reporting a Vulnerability -If you find vulnerabilities, REPORT IT IMMEDIATELY. Make an issue and use the template provided for vulnerabilities. +If you find vulnerabilities, REPORT IT IMMEDIATELY. open the [advisories tab](https://github.com/BetterSEQTA/BetterSEQTA-Plus/security/advisories) on the left and click the green "report a vulnerability" button