From cab376c0ce7f28d5256c23513b0a2ad3c5a7edd5 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Thu, 13 Feb 2025 14:48:32 -0500 Subject: [PATCH 1/2] Point people to support@wolfssl.com for vuln reports. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 +++- .github/ISSUE_TEMPLATE/other.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e4199b970..f99cd006f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,7 +7,9 @@ body: attributes: value: > Thanks for reporting an bug. If you would prefer a private method, - please email support@wolfssl.com + or if this is a vulnerability report please email support@wolfssl.com + instead. This is publicly viewable and not appropriate for vulnerability + reports. - type: input id: contact attributes: diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml index 33d2d29e7..a10a56bd9 100644 --- a/.github/ISSUE_TEMPLATE/other.yaml +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -6,7 +6,9 @@ body: attributes: value: > Thanks for reporting an issue. If you would prefer a private method, - please email support@wolfssl.com + or if this is a vulnerability report please email support@wolfssl.com + instead. This is publicly viewable and not appropriate for vulnerability + reports. - type: input id: version attributes: From a5ac5aff17deded0069fafe40aad0aeaa9ac3a66 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Thu, 13 Feb 2025 14:50:32 -0500 Subject: [PATCH 2/2] an -> a --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f99cd006f..51384aad5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: > - Thanks for reporting an bug. If you would prefer a private method, + Thanks for reporting a bug. If you would prefer a private method, or if this is a vulnerability report please email support@wolfssl.com instead. This is publicly viewable and not appropriate for vulnerability reports.