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

Add security guidelines #1329

Merged
merged 2 commits into from
Nov 9, 2019
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
37 changes: 37 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

# Security Policy

The NEST simulator is research oriented software and as such is expected to
run mainly in well protected environments. In case it is found that this
software can be used to violate security mechanisms, developers will try to
provide patches that mitigate the risk of this misuse.

The current policy is explained in SECURITY.md in the nest-simulator master branch.
The policy can also be found at <https://github.com/nest/nest-simulator/security/policy>.

## Supported Versions

Generally only the latest version will receive security related updates. In severe
cases developers may create a backport of the corresponding patch for the
previous version, if it is also affected. Currently the following versions are
being supported with security updates:

| Version | Supported |
| -------- | ------------------ |
| <=2.14.0 | :x: |
| 2.16.x | :white_check_mark: |
| 2.18.x | :heavy_check_mark: |

## Reporting a Vulnerability

For reporting a vulnerability please create a security advisory on the
nest/nest-simulator [Security
Advisories](https://github.com/nest/nest-simulator/security/advisories) page.
You need a GitHub account to create an advisory.

Developers will then contact the reporter in a timely manner to assess severity
and further handling via [Security
Advisories](https://github.com/nest/nest-simulator/security/advisories) or as
normal [Issue](https://github.com/nest/nest-simulator/issues) in non-critical
cases.