diff --git a/AUTHORS.txt b/AUTHORS.txt index e49ad94f..6422679d 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,7 +1,8 @@ The Spyder Doc Contributors are composed of: -* Pierre Raybaut (Original Spyder author). -* Carlos Cordoba (Current Spyder maintainer). +* Pierre Raybaut (Original Spyder author) +* Carlos Cordoba (Current Spyder maintainer) +* C.A.M. Gerlach (Current docs maintainer) * All other developers who have committed to the spyder-docs repository: and contributors to the original documentation in the main spyder repository: diff --git a/README.md b/README.md index 77637398..b6f768eb 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,9 @@ [![Build](https://github.com/spyder-ide/spyder-docs/actions/workflows/build.yaml/badge.svg)](https://github.com/spyder-ide/spyder-docs/actions/workflows/build.yaml) [![Check](https://github.com/spyder-ide/spyder-docs/actions/workflows/check.yaml/badge.svg)](https://github.com/spyder-ide/spyder-docs/actions/workflows/check.yaml) [![Lint](https://github.com/spyder-ide/spyder-docs/actions/workflows/lint.yaml/badge.svg)](https://github.com/spyder-ide/spyder-docs/actions/workflows/lint.yaml) -[![Deploy](https://github.com/spyder-ide/spyder-docs/actions/workflows/deploy.yaml/badge.svg)](https://github.com/spyder-ide/spyder-docs/actions/workflows/deploy.yaml) [![Netlify Status](https://api.netlify.com/api/v1/badges/06f113a8-c699-4171-afc6-db3a3c77d93b/deploy-status)](https://app.netlify.com/sites/spyder-docs-preview/deploys) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](https://opencollective.com/spyder) -[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public) ![Screenshot of documentation index page](./doc/_static/images/index-docs.gif) @@ -58,8 +56,6 @@ Thanks for your interest in Spyder and its documentation, and we appreciate your [Main Website](https://www.spyder-ide.org/) -[Download Spyder (with Anaconda)](https://www.anaconda.com/download/) - [Online Documentation](https://docs.spyder-ide.org/) [Spyder Github](https://github.com/spyder-ide/spyder) @@ -69,8 +65,6 @@ https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) [Development Wiki](https://github.com/spyder-ide/spyder/wiki/Dev:-Index) -[Gitter Chatroom](https://gitter.im/spyder-ide/public) - [Google Group](https://groups.google.com/group/spyderlib) [@Spyder_IDE on Twitter](https://twitter.com/spyder_ide) diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..2084032a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Reporting a Vulnerability + +If you believe you've discovered a security vulnerability in this website or its dependencies, please contact the docs maintainer at or the Spyder team at . +Please be sure to carefully document the vulnerability, including a summary, describing the impacts, identifying the line(s) of code affected, stating the conditions under which it is exploitable and including a minimal reproducible test case. +Further information and advice or patches on how to mitigate it is always welcome. +You can usually expect to hear back within one week, at which point we'll inform you of our evaluation of the vulnerability and what steps we plan to take, and will reach out if we need further clarification from you. +Once its patched, we'll send a followup email letting you know, and are happy to update you on its status should you further inquire. +While this is a volunteer project and we don't have financial compensation to offer, we can certainly publicly thank you for your help if you would like, on the project and on the site. +Thanks!