Skip to content

Commit 3ec2bd2

Browse files
authored
Merge pull request #2164 from jougs/readmes
Update security support for 3.1 release
2 parents edb7a08 + d17543f commit 3ec2bd2

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

SECURITY.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,34 @@ run mainly in well protected environments. In case it is found that this
66
software can be used to violate security mechanisms, developers will try to
77
provide patches that mitigate the risk of this misuse.
88

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

1213
## Supported Versions
1314

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

1921
| Version | Supported |
2022
| -------- | ------------------ |
21-
| <=2.16.0 | :x: |
22-
| 2.18.x | :white_check_mark: |
23-
| 2.20.x | :heavy_check_mark: |
24-
| 3.0.x | :heavy_check_mark: |
23+
| <=2.18.0 | :x: |
24+
| 2.20.1 | :white_check_mark: |
25+
| 3.x | :heavy_check_mark: |
2526

2627
## Reporting a Vulnerability
2728

2829
For reporting a vulnerability please create a security advisory on the
2930
nest/nest-simulator [Security
30-
Advisories](https://github.com/nest/nest-simulator/security/advisories) page.
31-
You need a GitHub account to create an advisory.
32-
33-
Developers will then contact the reporter in a timely manner to assess severity
34-
and further handling via [Security
35-
Advisories](https://github.com/nest/nest-simulator/security/advisories) or as
36-
normal [Issue](https://github.com/nest/nest-simulator/issues) in non-critical
37-
cases.
31+
Advisories](https://github.com/nest/nest-simulator/security/advisories)
32+
page. You need a GitHub account to create an advisory.
33+
34+
Developers will then contact the reporter in a timely manner to assess
35+
severity and further handling via [Security
36+
Advisories](https://github.com/nest/nest-simulator/security/advisories)
37+
or as normal [Issue](https://github.com/nest/nest-simulator/issues) in
38+
non-critical cases.
3839

0 commit comments

Comments
 (0)