From 6e22826cd068ec3fed4db08a03d2217be904638f Mon Sep 17 00:00:00 2001 From: Alex Chew Date: Tue, 25 May 2021 09:42:18 -0700 Subject: [PATCH 1/2] chore: add issue template --- ...amazon-dynamodb-encryption-client-issue.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md diff --git a/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md b/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md new file mode 100644 index 00000000..7f35651c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md @@ -0,0 +1,26 @@ +--- +name: Amazon DynamoDB Encryption Client Issue +about: Amazon DynamoDB Encryption Client 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 6f0d72888637c4ae7e702561fbbfc16b347c65b7 Mon Sep 17 00:00:00 2001 From: Alex Chew Date: Tue, 25 May 2021 09:44:33 -0700 Subject: [PATCH 2/2] chore: fix typos --- .../ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md b/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md index 7f35651c..d5b0433d 100644 --- a/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md +++ b/.github/ISSUE_TEMPLATE/amazon-dynamodb-encryption-client-issue.md @@ -9,7 +9,7 @@ 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. +If you discover a potential security issue in the Amazon DynamoDB Encryption Client 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: @@ -17,7 +17,7 @@ A short description of what the problem is and why we need to fix it. Add reprod ### Solution: -A description of the possible solution in terms of Encryption SDK architecture. +A description of the possible solution in terms of DynamoDB Encryption Client architecture. ### Out of scope: