Skip to content

Commit be8634b

Browse files
authored
chore: merge pull request #244 from mattsb42-aws/keyring-master-merge
chore: merge master into keyring
2 parents b5be88f + 9cc19b1 commit be8634b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Please read through this document before submitting any issues or pull requests
77
information to effectively respond to your bug report or contribution.
88

99

10+
## Security issue notifications
11+
If you discover a potential security issue in this project, notify AWS/Amazon Security by using our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
12+
13+
1014
## Reporting Bugs/Feature Requests
1115

1216
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
@@ -50,10 +54,6 @@ For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of
5054
opensource-codeofconduct@amazon.com with any additional questions or comments.
5155

5256

53-
## Security issue notifications
54-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
55-
56-
5757
## Licensing
5858

5959
See the [LICENSE](https://github.com/aws/aws-encryption-sdk-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The latest full documentation can be found at `Read the Docs`_.
3030

3131
Find us on `GitHub`_.
3232

33+
`Security issue notifications`_
34+
3335
***************
3436
Getting Started
3537
***************
@@ -115,3 +117,4 @@ to your use-case in order to obtain peak performance.
115117
.. _final message: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html
116118
.. _encryption context: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context
117119
.. _examples: https://github.com/aws/aws-encryption-sdk-python/tree/master/examples
120+
.. _Security issue notifications: ./CONTRIBUTING.md#security-issue-notifications

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ commands = {[testenv:test-upstream-requirements-base]commands}
117117
basepython = python3
118118
deps =
119119
flake8
120-
flake8-docstrings
121-
pydocstyle<4.0.0
120+
flake8-docstrings>=1.5.0
122121
# https://github.com/JBKahn/flake8-print/pull/30
123122
flake8-print>=3.1.0
124123
flake8-bugbear

0 commit comments

Comments
 (0)