Skip to content

Commit

Permalink
Merge pull request #1329 from terhorstd/security-guidelines
Browse files Browse the repository at this point in the history
Add security guidelines to repository.
  • Loading branch information
jougs authored Nov 9, 2019
2 parents c78ef22 + ab6a282 commit c0b3eb3
Showing 1 changed file with 37 additions and 0 deletions.
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.

0 comments on commit c0b3eb3

Please sign in to comment.