From 69bcb504194f265016455e69845b23899506facf Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Mon, 2 Nov 2020 17:46:02 -0600 Subject: [PATCH] Add notice about SECURITY.md to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 75a3224..24f8a51 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ frequently asked questions. Contributions are welcome! Please read [CONTRIBUTING.md][] for details. +## Coordinated Disclosure + +Keeping user information safe and secure is a top priority, and we welcome the +contribution of external security researchers. If you believe you've found a +security issue in software that is maintained in this repository, please read +[SECURITY.md][] for instructions on submitting a vulnerability report. + + ## Copyright and License The ramsey/uuid library is copyright © [Ben Ramsey](https://benramsey.com/) and @@ -69,3 +77,4 @@ information. [pyuuid]: http://docs.python.org/3/library/uuid.html [composer]: http://getcomposer.org/ [contributing.md]: https://github.com/ramsey/uuid/blob/master/.github/CONTRIBUTING.md +[security.md]: https://github.com/ramsey/uuid/blob/master/SECURITY.md