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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds SECURITY.md file with instructions #5181

Merged
merged 7 commits into from Jun 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,11 +5,13 @@

**Added**:

- **decidim-core**: Adds SECURITY.md per Github recommendations [#5181](https://github.com/decidim/decidim/pull/5181)
- **decidim-core**, **decidim-system**: Add force users to authenticate before access to the organization [#5189](https://github.com/decidim/decidim/pull/5189)
- **decidim-proposals**: Add new fields to proposal_serializer [#5186](https://github.com/decidim/decidim/pull/5186)
- **decidim-proposals**: Add :amend action to proposal's authorization workflow [#5184](https://github.com/decidim/decidim/pull/5184)
- **decidim-core**, **decidim-proposals**: Add: Improvements in amendments on `Proposals` control version [#5185](https://github.com/decidim/decidim/pull/5185)


**Changed**:


Expand Down
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Expand Up @@ -6,11 +6,7 @@ If you haven't already, come find us in [Gitter](https://gitter.im/decidim/decid

## Did you find a bug?

* **Do not open up a GitHub issue if the bug is a security vulnerability in Decidim**, and instead send us an email to security [at] decidim.org. We recommend to use GPG for these kind of communications, the fingerprint is C1BD 8981 D83C 23F9 D419 FE42 149A D0F9 84B9 35C4. To download our key:

```bash
gpg --keyserver pgp.key-server.io --recv 84B935C4
```
* **Do not open up a GitHub issue if the bug is a security vulnerability in Decidim**, and instead send us an email to security [at] decidim.org. See [full security policy](SECURITY.md).

* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/decidim/decidim/issues) and on [Metadecidim](https://meta.decidim.org/processes/bug-report/f/210/proposals).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -168,4 +168,4 @@ Since Decidim is a ruby gem, you can check out the [dependent repositories](http

## Security

Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security [at] decidim [dot] org and not by creating a github/metadecidim issue. We appreciate your effort to make Decidim more secure.
Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security [at] decidim [dot] org and not by creating a github/metadecidim issue. We appreciate your effort to make Decidim more secure. See [full security policy](SECURITY.md).
27 changes: 27 additions & 0 deletions SECURITY.md
@@ -0,0 +1,27 @@
# Security Policy

## Supported Versions

Until we have the version 1.0 we support only the last minor and major
version with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.17.x | :white_check_mark: |
| < 0.16 | :x: |

## Reporting a Vulnerability

Security is very important to us.

If you have any issue regarding security, please disclose the information
responsibly by sending an email to security [at] decidim [dot] org and not
by creating a github/metadecidim issue. We appreciate your effort to make
Decidim more secure.

We recommend to use GPG for these kind of communications, the fingerprint
is `C1BD 8981 D83C 23F9 D419 FE42 149A D0F9 84B9 35C4`. To download our key:

```bash
gpg --keyserver pgp.key-server.io --recv 84B935C4
```