Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gather email addresses from the following sources (these are also described unde
- "contact_email" in the `public installation spreadsheet`_
- "Other Security Contacts" in the `private installation spreadsheet`_

Once you have the emails, include them as bcc.
Once you have the emails, upload them into Mailchimp and follow the `How to send a Dataverse security advisory <https://docs.google.com/document/d/1sYhi-_U1xP2ZEjWtqVqkuuMxncG_VZZYQRKDEv6N-KQ/edit?usp=sharing>`_ doc.

.. _public installation spreadsheet: https://docs.google.com/spreadsheets/d/1bfsw7gnHlHerLXuk7YprUT68liHfcaMxs1rFciA-mEo/edit#gid=0
.. _private installation spreadsheet: https://docs.google.com/spreadsheets/d/1EWDwsj6eptQ7nEr-loLvdU7I6Tm2ljAplfNSVWR42i0/edit?usp=sharing
22 changes: 19 additions & 3 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,32 @@ For any resources to be integrated with Dataverse, find documentation how to set
Ongoing Security of Your Installation
+++++++++++++++++++++++++++++++++++++

Like any application, you should keep up-to-date with patches to both the Dataverse software and the platform (usually Linux) it runs on. Dataverse releases are announced on the dataverse-community_ mailing list, the Dataverse blog_, and in chat.dataverse.org_.
Like any application, you should keep up-to-date with patches to both the Dataverse software and the platform it runs on (usually Linux).

You should also pay attention to security advisories sent by the Dataverse team.

Dataverse Release Notifications
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Dataverse releases are announced on the dataverse-community_ mailing list, the Dataverse blog_, and in chat.dataverse.org_. You can also check https://github.com/IQSS/dataverse/releases (backend) and https://github.com/IQSS/dataverse-frontend/releases (frontend).

.. _dataverse-community: https://groups.google.com/g/dataverse-community
.. _blog: https://dataverse.org/blog
.. _chat.dataverse.org: https://chat.dataverse.org

In addition to these public channels, you can subscribe to receive security notices via email from the Dataverse team. These notices are sent to the ``contact_email`` in the installation spreadsheet_ and you can open an issue in the dataverse-installations_ repo to add or change the contact email. Security notices are also sent to people and organizations that prefer to remain anonymous. To be added to this private list, please email support@dataverse.org.
Dataverse Security Advisories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Historically, Dataverse security advisories were sent via email via bcc. We are `experimenting <https://groups.google.com/g/dataverse-community/c/wqSQYH_fSlA/m/6xcGh0CnAgAJ>`_ with sending them out via Mailchimp instead.

We have imported into Mailchimp the email addresses that were stored in the following sources:

- The ``contact_email`` in the installation spreadsheet_. To add yourself or your organization, please open an issue at https://github.com/IQSS/dataverse-installations.
- A private, internal list of security contacts. To ask to be put on it, please email support@dataverse.org.

.. _spreadsheet: https://docs.google.com/spreadsheets/d/1bfsw7gnHlHerLXuk7YprUT68liHfcaMxs1rFciA-mEo/edit#gid=0
.. _dataverse-installations: https://github.com/IQSS/dataverse-installations

Our plan, for now, is to copy new email addresses from the sources above to Mailchimp, before sending advisories. The goal is maintain control of who is subscribed while letting people opt-out via Mailchimp if they wish.

For additional details about security practices by the Dataverse team, see the :doc:`/developers/security` section of the Developer Guide.

Expand Down