From 6b684f4e725f25136ce34480fc358ee79c8a6201 Mon Sep 17 00:00:00 2001 From: Alex Chew Date: Tue, 25 May 2021 09:25:37 -0700 Subject: [PATCH 1/2] Add issue template --- .../aws-encryption-sdk-issue.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/aws-encryption-sdk-issue.md diff --git a/.github/ISSUE_TEMPLATE/aws-encryption-sdk-issue.md b/.github/ISSUE_TEMPLATE/aws-encryption-sdk-issue.md new file mode 100644 index 000000000..c7e7658f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/aws-encryption-sdk-issue.md @@ -0,0 +1,26 @@ +--- +name: AWS Encryption SDK Issue +about: AWS Encryption SDK Issue +title: '' +labels: '' +assignees: '' + +--- + +### Security issue notifications + +If you discover a potential security issue in the AWS Encryption SDK we ask that you notify AWS Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue. + +### Problem: + +A short description of what the problem is and why we need to fix it. Add reproduction steps if necessary. + +### Solution: + +A description of the possible solution in terms of Encryption SDK architecture. + +### Out of scope: + +Is there anything the solution will intentionally NOT address? + +[//]: # (NOTE: If you believe this might be a security issue, please email aws-security@amazon.com instead of creating a GitHub issue. For more details, see the AWS Vulnerability Reporting Guide: https://aws.amazon.com/security/vulnerability-reporting/ ) From 78b534d804e631adde504a9877a32269277c6086 Mon Sep 17 00:00:00 2001 From: Alex Chew Date: Tue, 25 May 2021 09:29:25 -0700 Subject: [PATCH 2/2] chore: add issue template