Skip to content

Commit d244a80

Browse files
author
Eugene Cheung
authored
chore: add security policy doc [skip ci] (#421)
Adding doc in standardized GitHub location so it's easily discoverable in the main project view. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent 4bce103 commit d244a80

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,5 @@ For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of
6363
[email protected] with any additional questions or comments.
6464

6565

66-
## Security issue notifications
67-
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.
68-
69-
7066
## Licensing
7167
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,16 @@ monitoring.monitorScope(stack, {
416416
```
417417

418418

419-
## Contributing/Security
419+
## Contributing
420420

421421
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
422422

423423

424+
## Security policy
425+
426+
See [SECURITY](SECURITY.md) for more information.
427+
428+
424429
## License
425430

426431
This project is licensed under the Apache-2.0 License.

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
We only provide support for the latest version of the library.
6+
7+
## Reporting a Vulnerability
8+
9+
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/).
10+
11+
Please do **not** create a public GitHub issue.

0 commit comments

Comments
 (0)