Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added security policy #390

Merged
merged 1 commit into from
Apr 5, 2024
Merged
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
67 changes: 67 additions & 0 deletions SECURITY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
.. _security:

Security policy
===============

The development team is strongly committed to responsible reporting and
disclosure of security-related issues. As such, we’ve adopted and follow a set
of policies which conform to that ideal and are geared toward allowing us to
deliver timely security updates to the official distribution of Objects and
Objecttypes API.

Reporting security issues
-------------------------

**Short version: please report security issues by emailing
security@maykinmedia.nl.**

If you discover security issues in Objects or Objecttypes API or related
projects under the same organization, we request you to disclose these in a
*responsible* way by mailing to security@maykinmedia.nl.

It is extremely useful if you have a reproducible test case and/or clear steps
on how to reproduce the vulnerability.

Please do not report security issues on the public Github issue tracker, as
this makes it visible which exploits exist before a fix is available,
potentially comprising a lot of unprotected instances.

Once you’ve submitted an issue via email, you should receive an acknowledgment
from a member of the security team as soon as possible, and depending on the
action to be taken, you may receive further followup emails.

Timeline of the process
-----------------------

Objects and Objecttypes API community support is provided by `Maykin`_.
The community support team is responsible for the handling of security issues.

1. The recipients of the report first validate if there is indeed a (possible)
issue.

2. After validation, we confirm that we received the report and if it is indeed
a valid issue.

3. We have a private Github repository accessible only to the community support
team. In this repository, an issue is created for the vulnerability where
the impact and possible solutions are discussed.

4. The next step is to create a (draft) Github security advisory, which is only
visible to the repository administrators and community support team.
Severity and impact will be established here.

5. If appropriate, we request a `CVE identifier`_ from Github.

6. A patch is implemented, reviewed and tested in a private fork.

7. When the fix is tested and release coordination is done, the fix is merged
into the primary repository. The security advisory and release are
published. All managed instances should be updated.

8. The release and security vulnerability are communicated to the community.
This includes an announcement on `commonground.nl`_.


.. _`CVE identifier`: https://cve.mitre.org/cve/identifiers/
.. _`commonground.nl`: https://commonground.nl
.. _`Maykin`: https://www.maykinmedia.nl
Loading