From 9d434cf62a2130c7dbcc21915036d8b3d362d41c Mon Sep 17 00:00:00 2001 From: seebees Date: Fri, 5 Jun 2020 13:22:05 -0700 Subject: [PATCH 1/2] chore: Add security issue notification to readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index fc71a793..a3acfaf4 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,8 @@ full documents in our `primary documents`_. You can find our source on `GitHub`_. +`Security issue notifications`_ + *************** Getting Started *************** @@ -188,3 +190,4 @@ of the one that the client would normally construct for you. .. _CryptoConfig: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/config.html .. _decrypt_dynamodb_item: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item .. _transformation functions: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/tools/transform.html +.. _Security issue notifications: https://github.com/aws/aws-dynamodb-encryption-python/tree/master/CONTRIBUTING.md#security-issue-notifications From e7ac0378864fa33288d050b95a0b5cfa59586af5 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:38:38 -0700 Subject: [PATCH 2/2] chore: Fix anchor in README.rst. Sphinx linkcheck seems to error if the anchor doesn't exactly match the id= value, even if the anchor itself works. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 31f2bb93..c4e02e51 100644 --- a/README.rst +++ b/README.rst @@ -195,4 +195,4 @@ of the one that the client would normally construct for you. .. _CryptoConfig: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/config.html .. _decrypt_dynamodb_item: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item .. _transformation functions: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/tools/transform.html -.. _Security issue notifications: https://github.com/aws/aws-dynamodb-encryption-python/tree/master/CONTRIBUTING.md#security-issue-notifications +.. _Security issue notifications: https://github.com/aws/aws-dynamodb-encryption-python/blob/master/CONTRIBUTING.md#user-content-security-issue-notifications